Chapter Contents |
Previous |
Next |
SYSPARM= |
Language element: | system option |
Default: | none |
Valid in: | configuration file, SAS invocation, OPTIONS statement, System Options window, VMS_SAS_OPTIONS DCL symbol |
OpenVMS specifics: | valid values and syntax for characters |
Syntax | |
Details | |
Example | |
See Also |
Syntax |
SYSPARM=<">characters<"> |
Details |
The SYSPARM= system option specifies a character string that can be passed to SAS programs.
By default, the value of the SYSPARM= system option is uppercased under OpenVMS. To preserve the case of the string, enclose it in double quotation marks.
Example |
If you specify the following command,
$ SAS/SYSPARM=mytextthe 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.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.