SAS_Institute
A00-212 · Question #22
A00-212 Question #22: Real Exam Question with Answer & Explanation
Sign in or unlock A00-212 to reveal the answer and full explanation for question #22. The question stem and answer options stay visible for context.
Question
The following SAS program is submitted: %macro loop; data one; %do I = 1 %to 3; var&I = &i; % end; run; %mend; %loop After this program executes; the following is written to the SAS log: (LOOP): Beginning execution. (LOOP): %DO loop beginning; index variable I; start value is 1; stop value is 3; by value is 1. (LOOP): %DO loop index variable I is now 2; loop will iterate again. (LOOP): %DO loop index variable I is now 3; loop will iterate again. (LOOP): %DO loop index variable I is now 4; loop will not iterate again. (LOOP): Ending execution. Which SAS system option displays the notes in the SAS log?
Options
- AMACRO
- BMLOGIC
- CMPRINT
- DSYMBOLGEN
Unlock A00-212 to see the answer
You've previewed enough free A00-212 questions. Unlock A00-212 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.