| System Options under OpenVMS |
| Default: | display page size for windowing environment and interactive line modes; 60 lines for noninteractive and batch modes |
| Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window, VMS_SAS_OPTIONS DCL symbol |
| Alias: | PS= |
| Category: | Log and procedure output control: SAS log |
| Log and procedure output control: Procedure output | |
| Log and procedure output control: SAS log and procedure output | |
| PROC OPTIONS GROUP= | LOG_LISTCONTROL |
| LISTCONTROL | |
| LOGCONTROL | |
| OpenVMS specifics: | syntax |
| See: | PAGESIZE= System Option in SAS Language Reference: Dictionary |
| Syntax | |
| Details | |
| See Also |
Syntax |
| PAGESIZE=n | nK | hexX | MIN | MAX |
specifies the number of lines that compose a page in multiples of 1 (n) or 1,024 (nK). You can specify decimal values for the number of kilobytes. For example, a value of 800 specifies 800 lines, a value of .782k specifies 801 lines, and a value of 3k specifies 3,072 lines.
specifies the 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 specifies 45 lines.
sets the number of lines that compose a page to the minimum setting, which is 15.
sets the number of lines that compose a page to the maximum setting, which is 32,767.
| Details |
Under OpenVMS, the default for interactive modes (interactive line mode and the SAS windowing environment) is your monitor page-size setting. For noninteractive and batch modes, the default is 60 lines.
| See Also |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.