Structuring your program
About this task
COBOL
programs consist of four divisions: IDENTIFICATION DIVISION
, ENVIRONMENT
DIVISION
, DATA DIVISION
, and PROCEDURE
DIVISION
. Each division has a specific logical function.
To
define a program, only the IDENTIFICATION DIVISION
is
required.