SAS_Institute
A00-201 · Question #6
Which one of the following represents the type and length of the variable DATE in the output data set? data work.month; date = put('13mar2000'd,ddmmyy10.); run;
The correct answer is A. numeric, 8 bytes. See the full explanation below for the reasoning.
Question
Which one of the following represents the type and length of the variable DATE in the output data set?
data work.month;
date = put('13mar2000'd,ddmmyy10.);
run;
Options
- Anumeric, 8 bytes
How the community answered
(46 responses)- A100% (46)
Community Discussion
No community discussion yet for this question.