SAS_Institute
A00-212 · Question #53
A00-212 Question #53: Real Exam Question with Answer & Explanation
Sign in or unlock A00-212 to reveal the answer and full explanation for question #53. The question stem and answer options stay visible for context.
Question
At the start of a new SAS session; the following program is submitted: %macro one; data null; call symput('proc', 'means'); run; proc &proc data = sashelp.class; run; %mend; %one() What is the result?
Options
- AThe macro variable PROC is stored in the local symbol table.
- BThe macro variable PROC is stored in the global symbol table.
- CThe macro variable PROC is stored in the SAS catalog WORK.SASMACR.
- DThe program fails to execute because PROC is a reserved word.
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.