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

The last INSPECT or NOINSPECT in the compilation unit applies to the compilation
unit.
Scope:
NOINSPECT and SAVEABEND override each other (whichever is last is active).Dependencies:
SAVEABEND and NOSAVEABENDReferences:
LINES
LINES 60Default:
AnywherePlacement:
Applies until another LINES overrides itScope:
LINES works only if paging applies to the compilation list device.Dependencies:
LIST and NOLIST
LISTDefault:
AnywherePlacement:
Applies until overridden by its oppositeScope:
SUPPRESS overrides LIST (and therefore CODE, CROSSREF, ICODE, LMAP, MAP,
SHOWCOPY, and SQL). NOLIST suppresses INNERLIST.
Dependencies:
References:
SUPPRESS and NOSUPPRESS
INNERLIST and NOINNERLISTcond text?
MAP and NOMAP
SHOWCOPY and NOSHOWCOPY
SQL and NOSQL
MAIN
NOTE: Put this directive before the Identification Division header of the first program unit in the
compilation unit.
Every program unit that does not have a Linkage Section is compiled as a main
program. If more than one program unit of a compilation unit qualifies as a main
Default:
988 Compiler Directives