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
What is the purpose of _character_ and _numeric_?
What makes sas stand out to be the best over other data analytics tools?
which date function advances a date, time or datetime value by a given interval? : Sas programming
Which command is used to perform sorting in sas program?
How would you define the end of a macro?
What does the RUN statement do?
how are numeric and character missing values represented internally? : Sas programming
what is metadata? : Sas-bi
what is function of retain statment
describe how to adjust the performance of data integrator? : Sas-di
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What does P-value signify about the statistical data?
What is the function of Stop statement in a SAS Program?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
how does sas handle missing values in functions? : Sas programming