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, what is identification division in cobol, why program id is mandatory in cobol, cobol remarks in division, which division is mandatory in cobol program, cobol identification division installation, sort w ith example in cobol, is it mandatory to code identification division in cobol program?, IDENTIFICATION DIVISION IS THE FIRST DIVISION OF EVERY SOURCE PROGRAM, identification division in cobol remarks, cobol optional security, cobol profram-id level security, cobol identification