LINECOUNT
Use LINECOUNT
(nnn) to specify the number of lines to be printed on
each page of the compilation listing, or use LINECOUNT(0)
to suppress pagination.
Default is: LINECOUNT(60)
Abbreviations are: LC
nnn must be an integer between 10 and 255, or 0.
If you specify LINECOUNT(0)
, no page ejects are generated in the
compilation listing.
The compiler uses three lines of nnn for titles. For example, if you specify LINECOUNT(60)
, 57 lines of source code are printed on each
page of the output listing.