COBOL Manual for TNS and TNS/R Programs
Program Compilation
HP COBOL Manual for TNS and TNS/R Programs—522555-006
11-58
CODE and NOCODE
CODE and NOCODE
CODE
lists an octal image of the compiled code following successful compilation of a
program unit.
The octal image appears after the symbol table listing produced by MAP (if any)
and before the mnemonic code produced by ICODE (if any).
NOCODE
suppresses the octal image of the compiled code.
Note. The NMCOBOL compiler issues warnings for these directives.
Default: NOCODE
Placement: Anywhere
Scope: In each separately compiled program, the last CODE or NOCODE in the
program unit applies to the entire program unit.
Dependencies: CODE works only if LIST is active and SUPPRESS is not.
References:
•
LIST and NOLIST
•
SUPPRESS and NOSUPPRESS
CODE
NOCODE
VST269.vsd