nerdexam
SAS_Institute

A00-281 · Question #101

A SAS program is submitted and the following log is written. What is the cause of this error message?

The correct answer is D. The IF statement tries to get ARRAY elements which are not declared. See the full explanation below for the reasoning.

Question

A SAS program is submitted and the following log is written. What is the cause of this error message?

Exhibit

A00-281 question #101 exhibit

Options

  • AThe ARRAY declaration is syntactically incorrect.
  • BThe IF statement is syntactically incorrect.
  • CThe DO loop tries to get a value from a variable which does not exist.
  • DThe IF statement tries to get ARRAY elements which are not declared.

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    13% (4)
  • D
    77% (24)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice