nerdexam
SAS_Institute

A00-201 · Question #78

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

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

Question

17: The following SAS program is submitted: data work.month; d ate = 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

(45 responses)
  • A
    73% (33)
  • B
    4% (2)
  • C
    7% (3)
  • D
    16% (7)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice