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’
Topics:
SAS Base Questions |
2 Comments »
A
Did not get it. How do we get 14?