nerdexam
SAS_Institute

A00-211 · Question #142

The following SAS program is submitted: data one; date = `04juI2005'd; format date weekdate.; run; proc print data = one; run; What output is generated?

The correct answer is A. Obs date. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

data one; date = `04juI2005'd; format date weekdate.; run; proc print data = one; run; What output is generated?

Options

  • AObs date
  • BObs date
  • CObs date
  • DObs date

How the community answered

(26 responses)
  • A
    85% (22)
  • B
    8% (2)
  • C
    4% (1)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice