Chapter Contents |
Previous |
Next |
SET |
Default: | None |
Valid in: | configuration file, SAS invocation, OPTIONS statement |
OS/2 specifics: | Values intended to represent files or paths must be valid under OS/2 |
Syntax | |
Details | |
See Also |
Syntax |
-SET SAS-variablevalue | (value-1...<value-n>) |
SET='SAS-variable' 'value' | "(value-1'...<'value-n'>)" |
Details |
This is analogous to defining an OS/2 environment variable with the OS/2 SET command. One way to use the SET system option is to set up environment variables that represent commonly used external files. For example, the following code defines an environment variable for the sample source library:
-set sampsrc (!sasroot\base\sample !sasroot\stat\sample !sasroot\graph\sample)
When you refer to SAMPSRC as a library name during your SAS session, SAS automatically assigns the library with the directories listed. Note that !sasroot is also a SAS environment variable that represents the root directory of your SAS installation, and is typically assigned in the SAS configuration file.
Note: Under OS/2, the words CON and NUL are reserved words. Do not use CON or NUL
as environment variable
names.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.