Can you use a macro within another macro? If so how would
SAS know where the current acro ended and the new one
began?
Answer Posted / gowrisridhar
Yes nesting of macros is allowed. Every macro's begnning is
identified the keyword %macro <name> and end with %mend.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the statements that are executed only?
How sas treats the dsd delimiters?
Difference between SAS STATA & SPSS?
How do you control the number of observations and/or variables read or written?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
explain the use of % includes a statement in sas? : Sas-administrator
What is the command used to find missing values?
What is the length assigned to the target variable by the scan function?
What are the default statistics that proc means produce?
what are _numeric_ and _character_ and what do they do? : Sas programming
What are symget and symput? : sas-macro
what are input dataset and output dataset options? : Sas programming
what r the job openings SAS for fresher graduates !
what is star schema? : Sas-di
What are the ways in which macro variables can be created in sas programming?