By admin | September 8, 2009

SAS Certified Base Programmer 123 Questions (25)

The following SAS DATA step executes on Monday, April 25, 2000:

data newstaff;
    set staff;
    start_date=today();
run;

Which one of the following is the value of the variable START_DATE in the output data set?

A. a character string with the value ’04/25/2000′
B. a character string with the value ‘Monday, April 25, 2000’
C. the numeric value 14725, representing the SAS date for April 25, 2000
D. the numeric value 04252000, representing the SAS date for April 25, 2000

One comment | Add One

  1. admin - 09/8/2009 at 7:36 pm

    C

Leave a Comment

Leave a Reply

Your email address will not be published.