If you need the value of a variable rather than the
variable itself what would you use to load the value to a
macro variable?
Answer Posted / yuyin
a is macro variable. use following statment to assign the
value of a rather than the variable itself
e.g.
%let a=xyz
x="&a";
this will assign "xyz" to x, not the variable xyz to x
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
how does sas handle missing values in functions? : Sas programming
Which date function advances a date, time or datetime value by a given interval?
how do you test for missing values? : Sas programming
Explain the special input delimiters used in sas programming.
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Name some categories in sas 9? : sas-grid-administration
what is data integration? : Sas-di
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
what are the scrubbing procedures in sas? : Sas programming
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
Where do you use proc means over proc freq?
What is the difference between SAS functions and procedures?
what is the difference between floor and ceil functions in sas? : Sas-administrator
what is the use of proc sql? : Sas programming
what has been your most common programming mistake? : Sas programming