SAS_Institute
A00-211 · Question #235
A00-211 Question #235: Real Exam Question with Answer & Explanation
Sign in or unlock A00-211 to reveal the answer and full explanation for question #235. The question stem and answer options stay visible for context.
Question
Given the following IF/THEN statement: If Age NE 16 and Age NE 15 then Group-1; Which assignment statement for variable Group is functionally equivalent to the original statement used in the above data step?
Options
- Aif (Age NE 16) or (Age NE 15) then Group=1;
- Bwhere Age not between (15 and 16) then Group=1;
- Cwhere Age not between 15 and 16 then Group=1;
- Dif Age not in(15,16) then Group=1;
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.