nerdexam
SAS_Institute

A00-212 · Question #105

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 C. 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

  • A10
  • B20
  • C30
  • D40

How the community answered

(55 responses)
  • A
    4% (2)
  • B
    7% (4)
  • C
    73% (40)
  • D
    16% (9)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice