how to assign a macro value to a variable?
Answer Posted / sr
to assign macro value means it already created then
variable=symget(macro var);
variable will get value of that macro variable
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the ways in which macro variables can be created in sas programming?
explain about various caches available in data integrator? : Sas-di
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
do you prefer proc report or proc tabulate? Why? : Sas programming
what is ae onset date n what is RDS
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What are the advantages of using sas?
what is the function of catx syntax? : Sas-administrator
explain what is data set in sas? : Sas-administrator
What are the default statistics that proc means produce?
What is the difference between the proc sql and data step?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
Tell me more about the parameters in macro? : sas-macro
What does P-value signify about the statistical data?