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=123;
call symput("x",a);
a is a variable, 123 is the value of variable a, x is macro
variable, symput will assign 123 to macro variable x.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
how does sas handle missing values in a merge? : Sas programming
name the scheduler for scheduling job and explain the scheduler? : Sas-di
what is SAS OPTIMIZATION?
List down the reasons for choosing sas over other data analytics tools.
Mention few capabilities of sas framework.
what are the types of interactive display types? : Sas-bi
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Enlist the syntax rules followed in sas statements.
what is sas metadata repository? : Sas-bi
Tell me more about the parameters in macro? : sas-macro
What do you know about sas data set?
What does proc print, and proc contents are used for?
Name some categories in sas 9? : sas-grid-administration
What are the parameters of scan function?
What are the difference between ceil and floor functions in sas?