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
Did you used proc test? when?
How do you specify the number of iterations and specific condition within a single do loop?
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.
If money were no object, what would you like to do?
What is the difference between order and group variable in proc report?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What is the good sas programming practices for processing large data sets?
what does the run statement do? : Sas programming
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
what is data integration? : Sas-di
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What makes sas stand out to be the best over other data analytics tools?
Are you involved in writing the inferential analysis plan? Tables specfications?