COBOL Manual for TNS and TNS/R Programs
Program Compilation
HP COBOL Manual for TNS and TNS/R Programs—522555-006
11-129
SUPPRESS and NOSUPPRESS
SUPPRESS and NOSUPPRESS
SUPPRESS
overrides the LIST directive, suppressing all compiler listing output except the
compiler leader text, diagnostic messages, and the compiler trailer text.
NOSUPPRESS
overrides the SUPPRESS directive.
Default: NOSUPPRESS
Placement: Accepted anywhere, but to suppress the compiler listing without altering
the source text, put SUPPRESS on the command line
Scope: Applies until its opposite overrides it
Dependencies: SUPPRESS overrides LIST (and therefore, it also overrides CODE,
CROSSREF, ICODE, LMAP, MAP, SHOWCOPY, and SQL).
References:
•
LIST and NOLIST
•
CODE and NOCODE
•
CROSSREF and NOCROSSREF
•
IICODE and NOICODE
•
LMAP and NOLMAP
•
MAP and NOMAP
•
SHOWCOPY and NOSHOWCOPY
•
SQL and NOSQL
SUPPRESS
NOSUPPRESS
VST324.vsd