SAS_Institute
A00-202 · Question #6
A00-202 Question #6: Real Exam Question with Answer & Explanation
Sign in or unlock A00-202 to reveal the answer and full explanation for question #6. 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 %SCAN function does not exist.
- BThe macro variable VAR does not get created properly.
- CThe %STR() is invalid syntax.
- DThe %SCAN function has too many arguments.
Unlock A00-202 to see the answer
You've previewed enough free A00-202 questions. Unlock A00-202 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.