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 |
In SAS explain which statement does not perform automatic conversions in comparisons?
explain the proc in sas? : Sas-administrator
what are input dataset and output dataset options? : Sas programming
What does proc print, and proc contents are used for?
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
What do you feel about hardcoding?
how does sas handle missing values in functions? : Sas programming
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
How would you remove a format that has been permanently associated with a variable? ________________
Briefly describe 5 ways to do a "table lookup" in sas.
What is data _null_?