By admin | September 8, 2009

SAS Certified Base Programmer 123 Questions (27)

The following SAS program is submitted:

data revenue;
    set year_1;
    var1 = mdy(1,15,1960);
run;

Which one of the following values does the variable named VAR1 contain?

A. 14
B. 15
C. 1151960
D. ‘1/15/1960’

2 comments | Add One

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

    A

  2. Kaustubh - 01/28/2015 at 8:06 pm

    Did not get it. How do we get 14?

Leave a Comment

Leave a Reply

Your email address will not be published.