COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
NOINSPECT
turns off the Inspect attribute for the debugging tool for the compilation unit.
INSPECTDefault:
AnywherePlacement:
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 determines the number of lines to be listed on each page of the output file. Whenever the
next line of a listing would cause a page to exceed the specified line count, the compiler ejects
the page and begins a new listing page. It prints the standard page heading at the top of the new
page, followed by two blank lines, and then the next line of the listing.
lines-per-page
is an integer in the range 10 through 32767.
LINES 60Default:
AnywherePlacement:
Applies until another LINES overrides itScope:
LINES works only if paging applies to the compilation list device.Dependencies:
LIST and NOLIST
LIST
lists each source image in the output file.
NOLIST
suppresses the listing of each source image in the output file.
LISTDefault:
AnywherePlacement:
Applies until its opposite overrides itScope:
SUPPRESS overrides LIST (and therefore CODE, CROSSREF, ICODE, LMAP, MAP,
SHOWCOPY, and SQL). NOLIST suppresses INNERLIST.
Dependencies:
References:
• SUPPRESS and NOSUPPRESS
• INNERLIST and NOINNERLIST
• MAP and NOMAP
• SHARED (page 568)
• SQL and NOSQL
556 Program Compilation










