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
Briefly explain input and put function?
How would you identify a macro variable? : sas-macro
What are the functions which are used for character handling functions?
How we can create SAS USER DEFINED CODE?
Difference between nodup and nodupkey options?
What is substr function?
what are the component of range? : Sas-bi
What is maximum storage capability of SAS?
Explain the difference between informat and format with an example.
Name some categories in sas 9? : sas-grid-administration
Mention the category in which sas informats are placed?
How many data types are there in SAS?
Explain append procedure?
why is sas data integration studio important? : Sas-di
: and & modifiers.