nerdexam
SAS_Institute

A00-211 · Question #71

The following SAS program is submitted: data work.month; date = input('13mar2000',date9.); run; Which one of the following represents the type and length of the variable DATE in the output data set?

The correct answer is A. numeric, 8 bytes. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

data work.month; date = input('13mar2000',date9.); run; Which one of the following represents the type and length of the variable DATE in the output data set?

Options

  • Anumeric, 8 bytes
  • Bnumeric, 9 bytes
  • Ccharacter, 8 bytes
  • Dcharacter, 9 bytes

How the community answered

(55 responses)
  • A
    73% (40)
  • B
    15% (8)
  • C
    9% (5)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice