Writes the current page and begins a new one.
erase_from_line_num_lit|_var|_col
Numeric column, variable, or literal for line printers.
For line printers, NEW-PAGE can optionally erase the old page starting at a specified line. After this action is performed, the location on the page is unchanged—that is, the value of #CURRENT-LINE is the same. The default action is to erase the entire page and reset #CURRENT-LINE to its initial value for the page.
In reports where an overflow page is needed, sometimes it is useful to retain information from the first page on succeeding pages.
Each NEW-PAGE occurrence adds a form feed character to the output file unless you specify FORMFEED=NO in the DECLARE-LAYOUT for this program in the SETUP section.