System Options under UNIX |
Specifies one or more storage locations of SAS/CONNECT script
files.
Default: |
!SASROOT/misc/connect
|
Valid in: |
configuration file, SAS invocation, OPTIONS
statement, SAS System Options window, SASV9_OPTIONS environment variable
|
Category: |
Communications: Networking and encryption
|
PROC OPTIONS GROUP= |
COMMUNICATIONS
|
UNIX specifics: |
syntax for specifying multiple directory
names
|
-SASSCRIPT 'dir-name' | ('dir-name-1',...,'dir-name-n')
|
SASSCRIPT='dir-name' |
('dir-name-1',...,'dir-name-n')
|
How you specify multiple directory names
in the same SASSCRIPT option depends on where you specify the SASSCRIPT option:
-
If you specify the option in the configuration
file or in the SASV9_OPTIONS environment variable, use either multiple SASSCRIPT
options, or enclose the directory names in parentheses. Separate the names
with a comma or a blank space.
-
If you specify the option in the SAS command,
use multiple SASSCRIPT options because parentheses cause syntax errors.
-
If you specify the option in the OPTIONS statement
or in the SAS System Options window, you must enclose the directory names
in parentheses. Separate the names with a comma or a blank
space.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.