Tell me about % include and % eval? : sas-macro
Tell me more about the parameters in macro? : sas-macro
How would you define the end of a macro? : sas-macro
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