Chapter Contents |
Previous |
Next |
SAS Companion for the OpenVMS Operating Environment |
The following macro function has details that are specific to the OpenVMS operating environment:
%SYSGET(OpenVMS-symbol-name); |
You can use %SYSGET to translate either local or global OpenVMS symbols. If the symbol that you specify does not exist, SAS prints a warning message in the log.
Example: Using the %SYSGET Function |
The following example writes square brackets (
[]
)
to the SAS log.
[]
:
$ HERE == "[]"
$ SAS
).
%let var1=%sysget(here); %put &var1;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.