SAS Certified Base Programmer 123 Questions (81)
The following SAS program is submitted:
data work.month; date = put('13,mar2000'd,ddmmyy10.); run;
Which one of the following represents the type and length of the variable DATE in the output data set?
A. numeric, 8 bytes
B. numeric, 10 bytes
C. character, 8 bytes
D. character, 10 bytes
Topics:
SAS Base Questions |
1 Comment »
D