how we can call macros with in data step?
Answer Posted / as
using symget
data one;
symget ¯o1;
run;
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Compare sas with other data analytics tools.
what type of graphs we will create(for 2+years candidates)?
what is the use of proc contents and proc print in sas? : Sas-administrator
How sas treats the dsd delimiters?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
Explain why double trailing @@ is used in input statement?
what are the scrubbing procedures in sas? : Sas programming
How would you identify a macro variable?
How would you include common or reuse to be processed along with your statements?
Describe the ways in which you can create macro variables? : sas-macro
Give some examples where proc report’s defaults are same as proc print’s defaults?
Name some categories in sas 9? : sas-grid-administration
What do you understand by the term Normal Distribution?
Explain data_null_?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming