SAS_Institute
A00-281 · Question #102
Given the following partial output data set: Which code was used to create AGECAT?
The correct answer is D. if age <=18 then AGECAT=1. See the full explanation below for the reasoning.
Question
Given the following partial output data set:
Which code was used to create AGECAT?
Options
- Aif age <18 then AGECAT=1;
- Bif age <=18 then do AGECAT=1;
- Cif age <18 then AGECAT=1;
- Dif age <=18 then AGECAT=1;
How the community answered
(38 responses)- A16% (6)
- B3% (1)
- C8% (3)
- D74% (28)
Community Discussion
No community discussion yet for this question.