Previous Page | Next Page

System Options under z/OS

PAGESIZE= System Option: z/OS



Specifies the number of lines that compose a page of SAS output.
Default: terminal screen size for the windowing environment; 21 for interactive line mode; 60 for noninteractive modes
Valid in: configuration file, SAS invocation, OPTIONS statement, OPTIONS window
Category: Log and Procedure Output Control: LOG_LISTCONTROL
PROC OPTIONS GROUP= LOG_LISTCONTROL
LISTCONTROL
LOGCONTROL
z/OS specifics: default value, range of available values
See: PAGESIZE= System Option in SAS Language Reference: Dictionary

Syntax
Details
See Also

Syntax

PAGESIZE=n | nK | hexX | MIN | MAX

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

Previous Page | Next Page | Top of Page