What is the result of the MPRINT options?
The following SAS program is submitted:
options mprint;
%macro test(parm);
proc &parm data = sashelp.prdsale;
run;
%mend;
%test(print)
What is the result of the MPRINT options?
A . It has no effect in this example
B . It writes the original program code inside the marco definition to the SAS log
C . It writes macro execution messages to the SA
D . log
E . It echoes the text sent to the SAS compiler as a result of macro execution in the SAS log
Answer: D
Latest A00-212 Dumps Valid Version with 184 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments