nerdexam
SAS_Institute

A00-211 · Question #135

The following SAS program is submitted: data work.sets; do until (prod gt 6); prod + 1; end; run; What is the value of the variable PROD in the output data set?

The correct answer is B. 7. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

data work.sets; do until (prod gt 6); prod + 1; end; run; What is the value of the variable PROD in the output data set?

Options

  • A6
  • B7
  • C8
  • D(missing numeric)

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    72% (21)
  • C
    3% (1)
  • D
    17% (5)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice