The Identification Division must be the first division in every COBOL source program. It names the program and may include the date the program was written, the date of compilation, and other such documentary information about the program.
The first paragraph of the Identification Division must be the PROGRAM-ID paragraph. The other paragraphs are optional, but, when written, must appear in the order shown in the format.
Format Identification Division
IDENTIFICATION DIVISION.
PROGRAM-ID. (mandatory)
AUTHOR. (optional)
INSTALLATION. (optional)
DATE-WRITTEN. (optional)
DATE-COMPILED. (optional)
SECURITY. (optional)
- PROGRAM-ID
Specifies the name of the COBOL program.
- AUTHOR
Name of the author of COBOL the program.
- INSTALLATION
Name of the company or location.
- DATE-WRITTEN
Date the program was written.
- DATE-COMPILED
Date the program was compiled.
- SECURITY
Level of confidentiality of the program.
Incoming search terms for the article:
cobol identification division, identification division in cobol, identification division cobol, why program id is mandatory in cobol, what is identification division in cobol, cobol identification, is it mandatory to code identification division in cobol program?, optional cobol division, sort w ith example in cobol, which division is mandatory in cobol program, is identification division mandatory in cobol?, IDENTIFICATION DIVISION IS THE FIRST DIVISION OF EVERY SOURCE PROGRAM, identification division in cobol remarks, cobol remarks in division, cobol profram-id level security, cobol optional security, cobol identification division installation, cobol identification division date, why program-id is mondatory in cobol program