COBOL Manual for TNS and TNS/R Programs

Creating and Compiling HP COBOL Source
Programs
HP COBOL Manual for TNS and TNS/R Programs522555-006
22-41
Compilation Banner
For further information about any compiler listing part, see the appropriate following
topic. The topics are in the order that they appear in Table 22-2.
Compilation Banner
The COBOL85 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)
Default options (line 5)
Copyright information (line 6)
Symbol table MAP
NOMAP
NOLIST
SUPPRESS
Octal code listing CODE
3
NOCODE
3
NOLIST
SUPPRESS
Symbolic code listing ICODE
3
,
INNERLIST
4
NOICODE
3
NOINNERLIST
4
NOLIST
SUPPRESS
Cross-reference listing CROSSREF
3
NOCROSSREF
3
NOLIST
SUPPRESS
Load maps
2
LMAP
3
(default)
NOLMAP
3
NOLIST
SUPPRESS
Compilation summary None—always listed None
Example 22-13. COBOL85 Compilation Banner
PAGE 1 \ALPHA.$BETA.TESTS.ACOS Tandem COBOL85
COBOL85 - T9257D32 - (29 MAY 97)
Default options: On (LIST,LMAP,SHOWCOPY,WARN) Off (CODE,ICODE,MAP)
Copyright Tandem Computers Incorporated 1986-1997
Table 22-1. Compiler Listing Parts and the Directives That Control
Them (page2of2)
Compiler Listing Part Directive That Lists Part Directives That Suppress Part
1. Included in source program listing
2. If an object program was produced
3. NMCOBOL compiler ignores this directive
4. COBOL85 compiler does not recognize this directive