how we can call macros with in data step?
Answer Posted / learner
We have to use call execute to call a macro. For other
answers
1 &(amperson) is used to resolve the macrovariable and not
call macro .
2 Call symput is to define a macro variable dynamical in
data step. useful in data driven programs.
3 symget is to get the macro variable from symbol table and
not call a macro.
Hope it will help..would recomand to double check before
post ..al the best
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
explain what is data set in sas? : Sas-administrator
what is sas olap server? : Sas-di
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Describe the function and utility of the most difficult SAS macro that you have written?
What do you code to create a macro? : sas-macro
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
what is intially documentation in sas?
how does sas handle missing values in assignment statements? : Sas programming
What are types of transport files?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
How can you limit the variables written to output dataset in data step?
What sas features do you use to check errors and data validation?
I need level 2 to 5 sas using companies in india
Enlist the functions performed by sas.
what is transformation in sas data integration? : Sas-di