SAS_Institute
A00-211 · Question #70
The following SAS program is submitted: data work.month; date = put('13mar2000'd,ddmmyy10.); run; Which one of the following represents the type and length of the variable DATE in the output data set?
The correct answer is D. character, 10 bytes. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
data work.month; date = put('13mar2000'd,ddmmyy10.); 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, 10 bytes
- Ccharacter, 8 bytes
- Dcharacter, 10 bytes
How the community answered
(35 responses)- A3% (1)
- B9% (3)
- C14% (5)
- D74% (26)
Community Discussion
No community discussion yet for this question.