1.1
SPECIFICATION OF
IDENTIFICATION
DIVISION
60229400
IDENTIFICATION DIVISON
1
The Identification Division specifies the information to identify the source
program and the output from compilation. It must include the program name,
and may also include the date the program was written, the date compiled,
and so forth. Information specified in this division is included in the listing
of the source program, but only the PROGRAM -ID clause affects the object
program.
IDENTIFICATION DIVISION.
PROGRAM-ID. program-name.
[AUTHOR. comment-paragraph.]
[INSTALLATION. comment-paragraph.]
[DATE-WillTTEN. comment-paragraph.]
[DATE-COMPILED. [comment-paragraph.]]
[SECURITY. comment-paragraph. ]
[REMARKS. comment-paragraph.]
The header IDENTIFICATION DIVISION begins in column 8 of the first line
and is followed by a period and a space. The name of each succeeding para-
graph is specified on a new line; each begins in column 8 and is followed by
a period and a space. The comment paragraphs are any combination of
characters from the COBOL character set (appendix B) organized to con-
form to sentence and paragraph structure. Only the PROGRAM-ID paragraph
is required.
1-1
Need help?
Do you have a question about the 3300 and is the answer not in the manual?