SAS_Institute
A00-202 · Question #14
The following SAS program is submitted: data temp; SAS A00-202 Exam array points{2,3}_temporary_; run; Which one of the following is the maximum number of elements that are stored?
The correct answer is A. 6. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
data temp; SAS A00-202 Exam array points{2,3}temporary; run; Which one of the following is the maximum number of elements that are stored?
Options
- A6
- B2
- C5
- D3
How the community answered
(61 responses)- A74% (45)
- B13% (8)
- C5% (3)
- D8% (5)
Community Discussion
No community discussion yet for this question.