LINECNT

LINECNT affects the number of lines to be printed on each page of the compiler source listing.

Syntax

Read syntax diagramSkip visual syntax diagramLINECNT=*60integer
Default
LINECNT=60
integer
Specifies the number of lines to be printed on each page of the compiler source code listing, and it must be an integer between 10 and 255, or 0. Three of the lines are used to generate headings. For example, if you specify LINECNT=60, 57 lines of source code are printed on each page of the output listing, and 3 lines are used for headings.

If you specify LINECNT=0, no page ejects are generated in the compilation listing.

The LINECNT installation option is equivalent to the LINECOUNT compiler option.