Obtaining Macro Variable Values during DATA Step Execution
The SYMGET Function
Earlier
you learned how to use the SYMPUT routine to create macro variables
in a DATA step. You are also familiar with using a macro variable
reference such as
&macvar
to obtain the
value of a macro variable before a DATA step executes. Now, suppose
you want to obtain the value of a macro variable during DATA step
execution. You can obtain a macro variable's value during DATA step
execution by using the SYMGET function. The SYMGET function returns
the value of an existing macro variable.
General form, SYMGET
function:
SYMGET(macro-variable)
macro-variable
can be specified as
one of the following:
|
Get SAS Certification Prep Guide, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.