nerdexam
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)
  • A
    73% (22)
  • B
    17% (5)
  • C
    7% (2)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice