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)- A73% (33)
- B4% (2)
- C7% (3)
- D16% (7)
Community Discussion
No community discussion yet for this question.