SAS_Institute
A00-201 · Question #34
June Rossette 10 43 Tineke Jones 9 37 The following SAS program is submitted using the raw data file as input: data work.homework; infile 'file-specification'; input name $ age height; if age LE 10…
The correct answer is C. 3. See the full explanation below for the reasoning.
Question
June Rossette 10 43
Tineke Jones 9 37
The following SAS program is submitted using the raw data file as input:
data work.homework;
infile 'file-specification';
input name $ age height;
if age LE 10;
run;
How many observations will the WORK.HOMEWORK data set contain?
Options
- A0
- B2
- C3
- DNo data set is created as the program fails to execute due to errors.
How the community answered
(28 responses)- A4% (1)
- B11% (3)
- C79% (22)
- D7% (2)
Community Discussion
No community discussion yet for this question.