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 |
How would you keep from overlaying the a SAS set with its sorted version?
how do u test a pros sql(works or not) without executing it?
Briefly describe 5 ways to do a "table lookup" in sas.
Explain the difference between nodup and nodupkey options?
Explain data step in SAS
How to create a permanent sas data set?
what is the difference between DUPKEY and NODUPKEY???
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
Do you think professionally?
explain the concepts and capabilities of business object? : Sas-bi
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
how can you sort the dataset having millions of OBS(instead of sort procedure?