By admin | September 25, 2009

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

One comment | Add One

  1. admin - 09/25/2009 at 3:26 pm

    D

Leave a Comment

Leave a Reply

Your email address will not be published.