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 are sas/access and sas/connect? : Sas programming
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What are types of transport files?
What is a macro routine?
what is data integration? : Sas-di
What is the basic syntax of a sas program?
Explain the purpose of substr functions in sas programming.
What is the difference between one to one merge and match merge? Give an example.
Explain input and put function?
How necessary is it to be creative in your work?
What function CATX syntax does?
what is enterprise guide? What is the use of it? : Sas programming
Compare sas with other data analytics tools.
what is the difference between floor and ceil functions in sas? : Sas-administrator
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?