SAS_Institute
A00-280 · Question #58
The following SAS program is submitted: data WORK.DATE; X='01Jan1960'd; run; Which value does variable X contain?
The correct answer is A. the numeric value 0. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
data WORK.DATE;
X='01Jan1960'd;
run;
Which value does variable X contain?
Options
- Athe numeric value 0
- Bthe character value "01Jan1960"
- Cthe date value 01011960
- DThe code contains a syntax error and does not execute.
How the community answered
(19 responses)- A68% (13)
- B5% (1)
- C11% (2)
- D16% (3)
Community Discussion
No community discussion yet for this question.