COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

Compilation Banner
The ECOBOL compilation banner consists of this information:
Page number of compiler listing, date and time at which compilation began (line 1)
Version of the compiler (line 4)
Copyright information (line 5)
Directives included on compiler command line, if any (line 7)
Example 241 ECOBOL Compilation Banner
Page 1 2004 September 29, 12:14:31
COBOL - T0356H01 - (10SEP2004)
(C)1997 Tandem (C)2003 Hewlett Packard Development Company, L.P.
Directives: RUNNABLE;OPTIMIZE 1
Source Program Listing
The compiler lists your entire source program, unless you specify otherwise. The format of the listing
depends in part on the current reference format, ANSI or Tandem. Figure 31 compares the two
listing formats.
Figure 31 Source Program Listing Formats
The two formats are aligned such that, even if your program mixes ANSI and Tandem formats, the
COPY and comment indicators and areas A and B are aligned.
Topics:
Identification Field
Line Number
Sequence Number
Indicator Area and Beyond
Text Altered by REPLACE Statement
770 Creating and Compiling HP COBOL Source Programs