System Options under OpenVMS |
Specifies a character string that can be passed to SAS
programs.
Default: |
none
|
Valid in: |
configuration file, SAS invocation, OPTIONS
statement, SAS System Options window, VMS_SAS_OPTIONS DCL
symbol
|
Category: |
Environment control: Files
|
PROC OPTIONS GROUP= |
ENVFILES
|
OpenVMS specifics: |
valid values and syntax for characters
|
See: |
SYSPARM= System Option in
SAS Language Reference: Dictionary
|
-
characters
-
writes the character string in all uppercase.
-
"characters"
-
preserves the case of the character string.
The SYSPARM= system option specifies a
character string that can be passed to SAS programs.
By default, OpenVMS changes
the value of the SYSPARM= system option
to uppercase. To preserve the case of the string, enclose it in double quotation
marks.
If you specify the following command,
$ SAS/SYSPARM=mytext
the string MYTEXT
is passed to your SAS session.
However, if you specify the following command,
$ SAS/SYSPARM="mytext"
the string mytext
is passed to your
SAS session.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.