Aug 10, 2011

21

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?

A. numeric, 8 bytes
B. character, 10 bytes
C. character, 8 bytes
D. numeric, 10 bytes

Answer: B

No comments:

Post a Comment