Rational Developer for System z
Enterprise COBOL for z/OS, Version 4.1, Programming Guide


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.

Read syntax diagramSkip visual syntax diagram
LINECOUNT option syntax

>>-LINECOUNT(nnn)----------------------------------------------><

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.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)