Can you excute a macro within a macro? Describe.
Answers were Sorted based on User's Feedback
Answer / i.hari prasad reddy
we can excute a macro within a macro using symget.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mallikarjuna reddy
such macros are called nested macros. that can be obtained
by using symget and call symput macros.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / yella reddy
Above answer not sufficient. using SYMGET can resolve upper
most macro only, but not for nested macros. for executing
macro with in macro use RESOLVE function.
| Is This Answer Correct ? | 1 Yes | 0 No |
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
How to merge the data using merge statement and proc format? Is the result is same ?
What is maximum storage capability of SAS?
Difference b/n proc means and proc summary procedures?
what is SAS OPTIMIZATION?
what are the types of interactive display types? : Sas-bi
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,
How could you generate test data with no input data?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What do the SAS log messages "numeric values have been converted to character" mean?
how to do user inputs and command line arguments in sas?
name the scheduler for scheduling job and explain the scheduler? : Sas-di