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
how many types of prompts are there? : Sas-bi
What is the length assigned to the target variable by the scan function?
What is the difference between INPUT and INFILE ?
explain the use of % includes a statement in sas? : Sas-administrator
How does the internal authentication work in sas? : sas-grid-administration
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What Proc glm does?
where to use sas business intelligence? : Sas-bi
If a variable contains only numbers, can it be a character data type?
Give e an example of..
Where do you use proc means over proc freq?
Explain translate function?
what can you learn from the sas log when debugging? : Sas programming
what is the difference between infile and input? : Sas-administrator
How to include or exclude specific variables in a data set?