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 |
Describe the function and untility of the most difficult SAS macro that you have written.
How to save the log information in a file for future use
Describe the ways in which you can create macro variables?
What are exact SAS Base contents..?N what r SAS Tools..?
What areas of SAS are you most interested in?
What are the functions which are used for character handling functions?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
what is sas business intelligence? : Sas-bi
What is factor analysis?
What is the maximum length of the macro variable? : sas-macro
What is the difference between an informat and a format. Name three informats or formats.