Advances the current output device to the next page and print the heading or footing.
PAGE {expression}
expression is a valid DataBasic expression used to reset the page number in a heading or footing on the next page. If omitted, page number sequence is preserved.
The PAGE statement is only valid for print report zero and only functions if a heading or footing is in effect.
A = 10 HEADING="MONTHLY REPORT'L'PAGE'PP'" . . . PAGE A
Current output device advances to top-of-form and prints the heading:
MONTHLY REPORT PAGE 10