Can you use a macro within another macro? If so how would
SAS know where the current acro ended and the new one
began?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are the new features included in the new version of SAS Programming Language?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
For what purposes have you used sas macros? : sas-macro
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
how can u convert this 25-jul-2010 from numeric to charcter?
How do you read in the variables that you need?
Under what circumstances would you code a SELECT construct instead of IF statements?
how does sas handle missing values in assignment statements? : Sas programming
What statement do you code to write the record to the file?
What is the function of Stop statement in a SAS Program?
explain the difference between proc means and proc summary?
Name statements that are execution only?