SAS_Institute
A00-212 · Question #52
A00-212 Question #52: Real Exam Question with Answer & Explanation
Sign in or unlock A00-212 to reveal the answer and full explanation for question #52. The question stem and answer options stay visible for context.
Question
The following SAS program is submitted: %let var = chicago, 1; data a; var = 'new york, 2'; newvar = %scan(&var,2,%str()); run; Which one of the following explains why the program fails to execute?
Options
- AThe %STR() is invalid syntax.
- BThe %SCAN function does not exist.
- CThe %SCAN function has too many arguments.
- DThe macro variable VAR does not get created properly.
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.