SAS_Institute
A00-201 · Question #88
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 VAR1 contain?
The correct answer is A. 14. See the full explanation below for the reasoning.
Question
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 VAR1 contain?
Options
- A14
- B15
- C1151960
- D'1/15/1960'
How the community answered
(35 responses)- A86% (30)
- B3% (1)
- C3% (1)
- D9% (3)
Community Discussion
No community discussion yet for this question.