nerdexam
SAS_Institute

A00-211 · Question #180

The following SAS program is submitted: What types of variables are DayOfMonth, MonthOfYear, and Year?

The correct answer is B. DayOfMonth, Year, and MonthOfYear are numeric. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

What types of variables are DayOfMonth, MonthOfYear, and Year?

Options

  • ADayOfMonth, Year, and MonthOfYear are character.
  • BDayOfMonth, Year, and MonthOfYear are numeric.
  • CDayOfMonth and Year are numeric. MonthOfYear is character.
  • DDayOfMonth, Year, and MonthOfYear are date values.

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    77% (20)
  • C
    8% (2)
  • D
    12% (3)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice