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

Compiler Directives
HP COBOL Manual for TNS/E Programs520347-003
36-14
INSPECT and NOINSPECT
INSPECT and NOINSPECT
LINES
Default: INSPECT
Placement: Anywhere
Scope: The last INSPECT or NOINSPECT in the compilation unit applies to the
compilation unit.
Dependencies: NOINSPECT and SAVEABEND override each other (whichever is last is
active).
References: SAVEABEND and NOSAVEABEND
Default: LINES 60
Placement: Anywhere
Scope: Applies until another LINES overrides it
Dependencies: LINES works only if paging applies to the compilation list device.
INSPECT
NOINSPECT
VST288.vsd
LINES lines-per-page
VST290.vsd