The following SAS program is submitted:
data ;
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?
A. numeric, 8 bytes
B. numeric, 10 bytes
C. character, 8 bytes
D. character, 10 bytes