END-OF-PAGE
Basic form
END-OF-PAGE.
Effect
List processing event.
The END-OF-PAGE event
is executed whenever processing reaches that area when formatting a list page or if the
RESERVE statement detects that there is insufficient space remaining on the current page.
Note
-
You specify the size of the END-OF-PAGE area of list pages
in the
LINE-COUNT parameter of the REPORT
statement (e.g. REPORT TEST LINE-COUNT 65(3)). If you
do not define a size, the END-OF-PAGE area contains no lines and the event END-OF-PAGE is never executed.
-
If the standard setting LINE-COUNT 0 applies (i.e. no
restriction on the number of lines per page), the event END-OF-PAGE is not processed, since no automatic new page follows.
-
If you explicitly specify a new page with NEW-PAGE, END-OF-PAGE is ignored.
Related
TOP-OF-PAGE
Additional help
Multiple-Page Lists