Can you excute a macro within a macro? Describe.
Answer Posted / ravikumar
yes we can excute the macro with in the macro ,it is possiple
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Mention sas system options to debug sas macros.
Explain append procedure?
how does sas handle missing values in procs? : Sas programming
What is slibref?
what are the scrubbing procedures in sas? : Sas programming
How can you create a macro variable with in data step? : sas-macro
What are pdv and it functions?
What is SAS informats?
How to create a permanent sas data set?
what are the benefits of data integration? : Sas-di
what do the pad and dim functions do? : Sas programming
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What are symget and symput? : sas-macro
How would you include common or reuse to be processed along with your statements?
Differentiate between proc means and proc summary.