12. Report-Writer Statements : Page Layout and Control Statements : .Pagelength Statement--Set Page Length
 
Share this page                  
.Pagelength Statement--Set Page Length
The .pagelength statement sets a new default page length in number of lines per page.
This statement has the following format:
.pagelength | .pl {nlines | expression}
The parameters for the .pagelength statement are as follows:
nlines
The number of lines per page. The default is 61 lines per page if the report is written to a file, or the length of your screen if the report is written to the screen. To suppress all pagination (eliminate all page breaks), specify .pagelength as zero (0).
expression
A numeric expression that evaluates to the new page length of the report. Precede all variables that are part of the expression with a dollar sign ($).