| System Options under OpenVMS |
| Default: | the display width setting for windowing environment and interactive line modes; 132 characters for noninteractive and batch modes |
| Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window, VMS_SAS_OPTIONS DCL symbol |
| Alias: | LS= |
| 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: | valid values for n; syntax |
| See: | LINESIZE= System Option in SAS Language Reference: Dictionary |
| Syntax | |
| Details | |
| See Also |
Syntax |
| LINESIZE=n | hexX | MIN | MAX |
specifies the line size in characters. Valid values range between 64 to 256.
specifies the line size 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 0fax specifies 250 characters.
sets the line size to 64 characters, and requires SAS to use a default value.
| Details |
Under OpenVMS, the default for interactive modes (the SAS windowing environment and interactive line mode) is the display width setting. For noninteractive and batch modes, the default is 132 characters.
| See Also |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.