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 / kiran
Yes, we can use a macro with in another macro
for example:
%MACRO REPORT; ---MACRO
statement 1;
statement 2;
....
....
%MACRO REPORT1();--BEGINING OF NEW MACRO "REPORT 1" WITH
IN "REPORT" MACRO
%MEND REPORT1;---STATEMENT TO TELL THE END OF REPORT1 MACRO
%MEND REPORT;----STATEMENT TO TELL THE END OF REPORT MACRO
| Is This Answer Correct ? | 4 Yes | 0 No |
what is broad cast agent? : Sas-bi
what is transformation in sas data integration? : Sas-di
how to read the variables in sas? : Sas-administrator
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
name few built in sas transformation in DI studio ?
What is maximum number of rows and cols can be handled in SAS?
What Proc glm does?
What are Dashboard reports?And significance of these in analysis?
Name statements that function at both compile and execution time.
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
Describe how you would pass data to macro.
How do you put a giraffe into the refrigerator?