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
Do you know the features of sas?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is substr function?
What do you know about sas data set?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
What is run-group processing?
What is the difference between one to one merge and match merge? Give an example.
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
what are input dataset and output dataset options? : Sas programming
Explain proc sort?
Mention some common errors that are usually committed in sas programming.
what are _numeric_ and _character_ and what do they do? : Sas programming
Describe the function and utility of the most difficult SAS macro that you have written?