IDENTIFICATION DIVISION
- As the name implies is used to identify the Program/Programs in a very general way.
- ID DIVISION. and IDENTIFICATION DIVISION, are synonymous.
- Entries are as under called Paragraph names:-
- All above entries are optional except PROGRAM-ID.
- The remaining entries may or may not in the order.

COBOL STRUCTURE