SAS Certified Adv Programmer 130 Questions (31)
Text is sent to the SAS compiler as a result of macro execution.
Which one of the following SAS System options writes that text to the log?
A. MPRINT
B. MLOGIC
C. MSOURCE
D. SOURCE2
Topics:
SAS Adv Questions |
3 Comments »
A
A: Mprint Specifies whether SAS statements generated by macro execution are traced for debugging
displays the SAS statements that are generated by macro execution. The SAS statements are useful for debugging macros.