SAS_Institute
A00-211 · Question #149
A00-211 Question #149: Real Exam Question with Answer & Explanation
Sign in or unlock A00-211 to reveal the answer and full explanation for question #149. The question stem and answer options stay visible for context.
Question
The following SAS program is submitted: data numrecords; infile
file specification'; input@1 patient $15. relative$ 16-26@; if relative = children' then input @54 diagnosis $15. @; else if relative = `parents' then input @28 doctor $15. clinic $ 44-53 @54 diagnosis $15. @; input age; run; How many raw data records are read during each iteration of the DATA step execution?Options
- A1
- B2
- C3
- D4
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.