SAS_Institute
A00-202 · Question #63
The following SAS program is submitted: data temp; array points{3,2}_temporary_ (10,20,30,40,50,60); score = points{2,1} run; Which one of the following is the value of the variable SCORE in the…
The correct answer is A. 30. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
data temp; array points{3,2}temporary (10,20,30,40,50,60); score = points{2,1} run; Which one of the following is the value of the variable SCORE in the data set TEMP?
Options
- A30
- B20
- C10
- D40
How the community answered
(58 responses)- A81% (47)
- B10% (6)
- C3% (2)
- D5% (3)
Community Discussion
No community discussion yet for this question.