SAS_Institute
A00-211 · Question #199
A00-211 Question #199: Real Exam Question with Answer & Explanation
Sign in or unlock A00-211 to reveal the answer and full explanation for question #199. The question stem and answer options stay visible for context.
Question
The contents of the raw data file TEAM are listed below: --------10-------20-------30 Janice 10 Henri 11 Michael 11 Susan 12 The following SAS program is submitted: data group; infile 'team'; input name $15. age 2.; file 'file-specification'; put name $15. +5 age 2.; run; Which one of the following describes the output created?
Options
- Aa raw data file only
- Ba SAS data set named GROUP only
- Ca SAS data set named GROUP and a raw data file
- DNo output is generated as the program fails to execute due to errors.
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.