SAS_Institute
A00-211 · Question #44
A00-211 Question #44: Real Exam Question with Answer & Explanation
Sign in or unlock A00-211 to reveal the answer and full explanation for question #44. The question stem and answer options stay visible for context.
Question
Consider the data step: Which of the following assignment statements for variable group are functionally equivalent to the original statement used in the above data step?
Options
- Aif Age not in(15,16) then Group=1; else Group=2;
- Bif (Age NE 16) or (Age NE 15) then Group=1; else Group=2;
- Cwhere Age not between 15 and 16 then Group=1; else Group=2;
- Dboth A or C will work.
Unlock A00-211 to see the answer
You've previewed enough free A00-211 questions. Unlock A00-211 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.