... [LINE-SIZE width]
[LINE-COUNT length]
[LINES lines]
[FIRST-LINE first_line]
[TOP-LINES top_lines]
[TITLE-LINES title_lines]
[HEAD-LINES header_lines]
[END-LINES footer_lines] ... .
1. ... LINE-SIZE width
2. ... LINE-COUNT length
3. ... LINES lines
4. ... FIRST-LINE first_line
5. ... TOP-LINES top_lines
6. ... TITLE-LINES title_lines
7. ... HEAD-LINES header_lines
8. ... END-LINES footer_lines
Determination of page properties with DESCRIBE LIST. The data type i is expected for all target fields.
... LINE-SIZE width
The line length of the page defined with the addition LINE-SIZE of the statement at the start of the program or
NEW-PAGE is inserted after width.
... LINE-COUNT length
The page length defined with the addition LINE-COUNT of
the statement at the start of the program or NEW-PAGE is inserted after length.
... LINES lines
The number of lines output on the page including the
page header and
page footer is inserted after lines.
... FIRST-LINE first_line
The line number of the first line of the page referring to the whole list is inserted after first_line. The
page headers and
page footers are included in the line count, but not the spaces automatically inserted between the list pages.
... TOP-LINES top_lines
The number of lines of the page's page header
is inserted after top_lines. The standard page header
and the lines output during the event TOP-OF-PAGE are included in the count.
... TITLE-LINES title_lines
The number of lines of the standard header of the page's
standard page header is inserted after title_lines.
... HEAD-LINES header_lines
The number of lines of the column headers of the page's
standard page header is inserted after header_lines.
... END-LINES footer_lines
The number of lines reserved with the addition LINE-COUNT of the statement at the start of the program for the page footer is inserted after footer_lines.