SAS_Institute
A00-211 · Question #203
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?
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 named VAR1 contain?
Options
- A14
- B15
- C1151960
- D'1/15/1960'
How the community answered
(30 responses)- A73% (22)
- B17% (5)
- C7% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.