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)- A85% (22)
- B8% (2)
- C4% (1)
- D4% (1)
Community Discussion
No community discussion yet for this question.