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
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
How do you add a number to a macro variable? : sas-macro
Can you execute a macro within a macro? Describe. : sas-macro
For what purposes have you used sas macros? : sas-macro
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
what is the purpose of _error_? : Sas programming
what are input dataset and output dataset options? : Sas programming
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
how can you put a "trace" in your program? : Sas programming
how can you import .csv file in to sas? : Sas programming
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
what can you learn from the sas log when debugging? : Sas programming