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

Creating and Compiling HP COBOL Source
Programs
HP COBOL Manual for TNS/E Programs520347-003
22-37
Compilation Banner
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)
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 22-4 compares the two listing formats.
Example 22-13. 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
Figure 22-4. Source Program Listing Formats
ANSI Format
Line
Number
Identification
Field (cols 72
through 80 of
input line)
Sequence
Number
Text summoned by
COPY
marked here with "<".
Line Number Area A
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ...
Tandem Format
Text summoned by
COPY
marked here with "<".
Indicator
Field
Area A Area B
Indicator
Field
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ...
Area B
VST701.vsd