Ch 5. IDENTIFICATION DIVISION [ HP COBOL II/XL Reference Manual ] MPE/iX 5.0 Documentation
HP COBOL II/XL Reference Manual
Chapter 5 IDENTIFICATION DIVISION
Every HP COBOL II program begins with the IDENTIFICATION DIVISION. This
division specifies information that identifies both the source program
and related listings produced by the HP COBOL II compiler. Among this
information, you must always include the name of your program. In
addition, you may optionally identify:
* The author of the program.
* The installation where the program is compiled.
* The date that the program is written.
* The date that the program is compiled.
* Any security restrictions governing the program.
MPE/iX 5.0 Documentation