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 |
Difference between sum function and using “+” operator?
How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.
explain the function of substr in sas? : Sas-administrator
what are the validation tools in sas?
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?
How do you use the do loop if you don’t know how many times you should execute the do loop?
What do you know about sas data set?
What are the joins,types of joins and thier functions?
SAS System ?
What does a PROC TRANSPOSE do?
Can we create datasets by proc step ? (Proc contents, Means)?
What has been your most common programming mistake?