SAS_Institute
A00-211 · Question #140
A00-211 Question #140: Real Exam Question with Answer & Explanation
Sign in or unlock A00-211 to reveal the answer and full explanation for question #140. The question stem and answer options stay visible for context.
Question
Given the following raw data record: ----I----10---I----20---I----30 son Travis, The following output is desired: Obs relation firstname 1 son Travis Which SAS program correctly reads in the raw data?
Options
- Adata family ( dIm =
,'); infiletile specification'; input relation $ firstname $; run; - Boptions dIm =
,'; data family; infilefile specification'; input relation $ firstname $; run; - Cdata family; infile
file specification' dIm =,'; input relation $ firstname $; run; - Ddata family; infile
file specification'; input relation $ firstname $ / dim =,'; run;
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.