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

Creating and Compiling HP COBOL Source
Programs
HP COBOL Manual for TNS/E Programs520347-003
22-36
Understanding and Controlling the Compiler Listing
When you compile several separately compiled programs at once (each of which could
include nested programs), the listing includes one banner and one summary. After the
banner, the listing includes a source program listing, symbol table, and symbolic code
listing for each program that requested them (by default or directive).
In Table 22-1, the compiler listing parts are in the order in which they appear in the
compiler listing.
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-1.
Table 22-1. Compiler Listing Parts and the Directives That Control Them
Compiler Listing Part Directive That Lists Part Directives That Suppress Part
Compilation banner None—always listed None
Source program listing LIST (default)
NOLIST
SUPPRESS
COPY statements SHOWCOPY (default)
NOSHOWCOPY
NOLIST
SUPPRESS
Diagnostic messages
*
WARN (default) NOWARN for warning messages,
none for error and failure
messages
Symbol table MAP
NOMAP
NOLIST
SUPPRESS
Symbolic code listing INNERLIST
NOINNERLIST
NOLIST
SUPPRESS
Compilation summary None—always listed None
* Included in source program listing