Question 28:

 The following SAS program is submitted:

 data work.month;

 date = input('13mar2000',date9.);

 run;

 Which one of the following represents the type and length of the variable DATE in the output data set?

  1. numeric, 8 bytes
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 1

 As input function converts character variable to numeric variables and numeric variables are always stored in 8 bytes.  Input function converts character data to numeric.

You can access to full explanation to question and answer from this page.