The header on the first page of a source listing contains the identification of the compiler and the current release level, the date and time of compilation, and the page number.
The following example shows these five elements:
PP 5724-T07 IBM COBOL for Windows 7.5.0 Date 09/30/2008 Time 15:05:19 Page 1 |
The header indicates the compilation platform. You can customize the header on succeeding pages of the listing by using the compiler-directing TITLE statement.
related references
TITLE statement
(COBOL for Windows Language Reference)