System Options under UNIX |
Specifies the line size of the SAS Log and Output windows.
Default: |
the display width setting for the interactive
modes; 132 for batch mode
|
Valid in: |
configuration file, SAS invocation, OPTIONS
statement, SAS System Options window, SASV9_OPTIONS environment variable
|
Category: |
Log and procedure output control: SAS log and
procedure output
|
PROC OPTIONS GROUP= |
LOG_LISTCONTROL, LOGCONTROL
|
UNIX specifics: |
default values
|
See: |
LINESIZE= System Option in
SAS Language Reference: Dictionary
|
-LINESIZE n | hexX | MIN | MAX
|
LINESIZE=n | hexX | MIN | MAX
|
-
n
-
specifies the line size in characters. Valid
values range between 64 and 256.
-
hexX
-
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, 2dx
specifies
45 characters.
-
MIN
-
sets the line size to 64 characters.
-
MAX
-
sets the line size to 256 characters.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.