|
3. The Four Divisions
3.1 The IDENTIFICATION DIVISION
COBOL program code is divided into four basic division: IDENTIFICATION, ENVIRONMENT, DATA, and PROCEDURE divisions.
The identification division is required, but in theory the others are not absolute (although you
won't have much of a program without any procedures or data!).
|