Previous Page | Next Page

SAS System Options under Windows

PAGESIZE System Option: Windows



Specifies the number of lines that compose a page of SAS output.
Default: Varies depending on your display settings
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
Windows specifics: Default value
See: PAGESIZE System Option in SAS Language Reference: Dictionary

Syntax
Details
See Also

Syntax

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

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 print 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.  [cautionend]


See Also

Previous Page | Next Page | Top of Page