The PAGE record enables automatic pagination at a specified number of lines for the ASCII output file. If the PAGE record is not included, form feeds will be generated at the beginning of each section in the ASCII output file but will not be generated within a section. For example, the AC analysis results will start at the top of a page but the results may extend beyond the end of this page with no form feeds.
If the PAGE record is included, form feeds will be generated at the beginning of each section in the ASCII output file and will additionally be generated to prevent more than a specified number of lines to be output to any one page.
Examples:
.PAGE * lines / page is unlimited (same as not
* including the .PAGE record)
.PAGE 60 * limits lines / page to
60.