how we can call macros with in data step?
Answer Posted / selvi
We can call macro in a dataset by preceding % with macro
name.
call symput - used to create macro variable in data step.
symget - used to assign value of macro variable to data
step variable.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain how merging helps to combine data sets.
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Differentiate between sas functions and sas procedures.
Explain the special input delimiters used in sas programming.
is data integration and etl programming is same? : Sas-di
What is the purpose of _character_ and _numeric_?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is the role of unrestrictive users? : sas-grid-administration
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Of all your work, where have you been the most successful?
explain the use of % includes a statement in sas? : Sas-administrator
What do you code to create a macro? : sas-macro
how to do user inputs and command line arguments in sas?
Explain proc univariate?
What is a method to debug and test your SAS program?