nerdexam
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)
  • A
    16% (6)
  • B
    3% (1)
  • C
    8% (3)
  • D
    74% (28)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice