LINECount is a control operand or suboperand for any report. The syntax is LINEC(nnn) or LINEC=nnn. Use this operand to specify the maximum number of lines, including headings, to print on each page of the report. The default line count is 60.
CICSPA LINEC(40),
LIST,
LISTEXC
The number of lines per page is 40 for both
the Performance List report and the Exception List report.CICSPA LISTEXC,
LIST(LINEC(40))
In this case, the LINECount suboperand
only affects the Performance List report.