PAGESIZE= System Option: z/OS

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: LOG_LISTCONTROL
PROC OPTIONS GROUP= LOG_LISTCONTROL

LISTCONTROL

LOGCONTROL

Default: Terminal screen size for the windowing environment; 21 for interactive line mode; 60 for noninteractive modes
z/OS specifics: Default value, range of available values
See: PAGESIZE= System Option in SAS System Options: Reference

Syntax

PAGESIZE=n | nK | hexX | MIN | MAX

Required Arguments

n | nK
specifies the number of lines that compose a page in multiples of 1 (bytes) or 1,024 (kilobytes). You can specify decimal values for the number of kilobytes. For example, a value of 8 specifies 8 bytes, and a value of .782k specifies 801 bytes.
hexX
specifies the maximum number of lines that compose a page as a hexadecimal value. You must specify the value beginning with a number (0–9), followed by hexadecimal characters (0–9, A–F), and then followed by an X. For example, the value 2dx sets the maximum number of lines that compose a page to 45 lines.
MIN
sets the number of lines that compose a page to the minimum setting, which is 15.
MAX
sets the maximum number of lines that compose a page, which is 32,767.

Details

Under z/OS, the windowing environment uses the terminal screen size to determine page size.

See Also

The SAS Log in SAS Language Reference: Concepts