Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)
Identification Division
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual—426750-001
3-2
DATE-COMPILED Paragraph
DATE-COMPILED Paragraph
The optional DATE-COMPILED paragraph causes the compiler to generate the current
date and time and insert it in the corresponding line of the source listing. The syntax of
the DATE-COMPILED paragraph is:
comment-entry
is any combination of characters from the SCREEN COBOL character set.
When this paragraph is included, the compiler generates the current date and time,
replacing the DATE-COMPILED line and any comment-entry with this line:
DATE COMPILED. yyyy/mm/dd - hh:mm:ss
yyyy
is the year and ranges from 0000 through 9999.
mm
is the month and ranges from 01 through 12.
dd
is the day and ranges from 01 through 31.
DATE-COMPILED. [ comment-entry ]