SAS Certified Adv Programmer 130 Questions (44)
Which one of the following options displays the value of a macro variable in the SAS log?
A. MACRO
B. SOURCE
C. SOURCE2
D. SYMBOLGEN
Topics:
SAS Adv Questions |
2 Comments »
D
source option: to save your source program separately from the stored compiled macro
it can combine and store the source of the compiled macro with the compiled macro code
it requires the %macro and the mstored options be set