Can you execute macro within another macro? : sas-macro
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
How would you identify a macro variable? : sas-macro
What are the automatic variables for macro? : sas-macro
What system options would you use to help debug a macro? : sas-macro
How can you create a macro variable with in data step? : sas-macro
What is the difference between %local and %global? : sas-macro
How would you invoke a macro? : sas-macro
How we can call macros with in data step? : sas-macro
What is the maximum length of the macro variable? : sas-macro
How long can a macro variable be? A token? : sas-macro
What are symget and symput? : sas-macro
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What do you code to create a macro? : sas-macro