COBOL Manual for TNS and TNS/R Programs
Program Compilation
HP COBOL Manual for TNS and TNS/R Programs—522555-006
11-94
LINES
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.
Default: LINES 60
Placement: Anywhere
Scope: Applies until another LINES overrides it
Dependencies: LINES works only if paging applies to the compilation list device.
LINES lines-per-page
VST290.vsd