By admin | July 28, 2009

SAS Certified Base Programmer 50 Questions (7)

The following SAS program is submitted:

data newstaff;
    set staff;
    <insert WHERE statement here>
run;

Which one of the following WHERE statements completes the program and selects only observations with a Hire_date of February 23,2000?

a. where hire_date='23feb2000'd;

b. where hire_date='23feb2000';

c. where hire_date='02/23/2000'd;

d. where hire_date='02/23/2000';

2 comments | Add One

  1. SAS Tutor - 08/5/2009 at 3:16 pm

    A

  2. Deblaiso - 05/24/2012 at 1:35 pm

    I also belive in A

Leave a Comment

Leave a Reply

Your email address will not be published.