PAGESIZE System Option: Windows

Specifies the number of lines that compose a page of SAS output.

Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and Procedure Output Control: SAS Log and Procedure Output
PROC OPTIONS GROUP= LOG_LISTCONTROL
Default: Varies depending on your display settings
Windows specifics: Default value
See: PAPERSIZE= System Option in SAS System Options: Reference

Syntax

-PAGESIZE n | MIN | MAX
PAGESIZE=n | MIN | MAX

Required Arguments

n

specifies the number of lines that compose a page.

MIN

sets the number of lines that compose a page to the minimum setting, which is 15.

MAX

sets the number of lines that compose a page to the maximum setting, which is 32,767.

Details

Under Windows, the default values are based on the printer resolution and printer font so that generated reports are printed correctly.
CAUTION:
Modifying print options by using the Windows printing dialog boxes might change the values of SAS printing system options, which might cause unpredictable output.
If you set printing options using SAS system options such as LINESIZE and PAGESIZE, and then use the Windows printing dialog boxes to set printing options, the SAS system options are set to the values that are specified in the Windows print dialog boxes.