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
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Explain proc sort?
What is the maximum and minimum length of macro variable
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
where to use sas business intelligence? : Sas-bi
how many types prompting framework can be broken down to? : Sas-bi
how are numeric and character missing values represented internally? : Sas programming
what are the component of range? : Sas-bi
Which are the statements whose placement in the data step is critical?
what can you learn from the sas log when debugging? : Sas programming
why is sas data integration studio important? : Sas-di
What is the difference between where and if statement?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
what is program data vector? : Sas-administrator