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
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)- A3% (1)
- B6% (2)
- C13% (4)
- D77% (24)
Community Discussion
No community discussion yet for this question.
