COBOL programs are divided into four divisions:
- IDENTIFICATION DIVISION: Identifies the program.
- ENVIRONMENT DIVISION: Describes the computer environment.
- DATA DIVISION: Defines the data used by the program.
- PROCEDURE DIVISION: Contains the program logic.