RosettaCodeData/Task/Comments/COBOL/comments-6.cob

12 lines
415 B
COBOL
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
IDENTIFICATION DIVISION.
PROGRAM-ID. program.
AUTHOR. Rest of line ignored.
REMARKS. Rest of line ignored.
REMARKS. More remarks.
SECURITY. line ignored.
INSTALLATION. line ignored.
DATE-WRITTEN. same, human readable dates are allowed for instance
DATE-COMPILED. same.
DATE-MODIFIED. this one is handy when auto-stamped by an editor.