COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
Example 156 Omitting Uncompiled Lines from Compiler Listing
?IF n
?NOLIST
?ENDIF n
?IFNOT n
* Lines compiled if toggle n is not set go here
?ENDIF n
?IF n
?LIST
?ENDIF n
?IFNOT n
?NOLIST
?ENDIF n
?IF n
* Lines compiled if toggle n is set go here
?ENDIF n
?IFNOT n
?LIST
?ENDIF n
INNERLIST and NOINNERLIST
INNERLIST
lists, immediately after each source statement, the generated machine instructions in mnemonic
form.
NOINNERLIST
suppresses the listing of generated machine instructions.
NOINNERLISTDefault:
AnywherePlacement:
Applies until its opposite overrides itScope:
INNERLIST works only if LIST is active and SUPPRESS is not.Dependencies:
References:
• LIST and NOLIST
• SUPPRESS and NOSUPPRESS
INSPECT and NOINSPECT
INSPECT
turns on the Inspect attribute for the debugging tool for the compilation unit.
Compiler Directives 555










