1.

Can You Execute Macro Within Another Macro? If So, How Would Sas Know Where The Current Macro Ended And The New One Began?

Answer»

YES, I can execute macro within a macro, we call it as NESTING of macros, which is ALLOWED, Every macro's beginning is identified the keyword %macro and end with %mend.

Yes, I can execute macro within a macro, we call it as nesting of macros, which is allowed, Every macro's beginning is identified the keyword %macro and end with %mend.



Discussion

No Comment Found