Category:Macro function sysget
From sasCommunity
[edit] Macro function sysget
Get the value of an environment (system) variable
syntax:
%sysget(e-var-name)
To see the list of environment variables:
proc options define value option = set;run;
proc sql; select *
from Dictionary.Options
where OptName eq 'SET';
quit;
--macro maven == the radical programmer 17:11, 16 August 2007 (EDT)
Articles in category "Macro function sysget"
There is one article in this category.
