To Page Number
Syntax
To Page Number number
Parameters
- number: The page number at which to stop printing.
Description
Controls the ending page of a printed listing.
Remarks
If this command is omitted, only one page will print (the page specified by From Page Number). To print all pages of a report, use a number that is certain to be larger than the total number of pages.
Examples
To print pages 1 through 10 of a report:
From Page Number 1
To Page Number 10
To print all pages of a report:
To Page Number 1000