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 best practices to process the large data sets in sas programming? : Sas-administrator
how to change the execute of macro
Explain the use of proc print and proc contents?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
How you can read the variables that you need?
What are the differences between sum function and using “+” operator?
What versions of SAS have you used (on which platforms)?
What is a method to debug and test your SAS program?
Name types of category in which SAS Informats are placed?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Give e an example of..
What is the good sas programming practices for processing large data sets?
What is the basic structure of the SAS base program?
which features do you use to check the data validations and errors? : Sas-administrator
What are the functions used for character handling?