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 |
Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
What are the efficacy variables in your study?
2 Answers Accenture, Quintiles,
In the flow of DATA step processing, what is the first action in a typical DATA Step?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
what is sas database server? : Sas-di
What is the one statement to set the criteria of data that can be coded in any step?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
what is change analysis in sas di ? : Sas-di
What do you know about sas data set?
Differentiate between sas functions and sas procedures.
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?