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
what is the difference between floor and ceil functions in sas? : Sas-administrator
What do you code to create a macro? : sas-macro
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What is the command used to find missing values?
what is sas metadata server? : Sas-di
Differentiate between format and informat? : sas-grid-administration
State the difference between INFORMAT and FORMAT ?
What is factor analysis?
do you need to know if there are any missing values? : Sas programming
How to convert a numeric variable to a character variable?
What is connection profile? : sas-grid-administration
How we can call macros with in data step? : sas-macro
Explain the purpose of retain statement.
What are common programming errors committed in sas
How to test the debugging in sas?