nerdexam
SAS_Institute

A00-212 · Question #210

The following SAS program is submitted: The report will not successfully run and will produce an error message in the log. What causes the error message in the log?

The correct answer is B. The ORDER BY clause in an in-line view is not allowed. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

The report will not successfully run and will produce an error message in the log. What causes the error message in the log?

Exhibit

A00-212 question #210 exhibit

Options

  • AThe SELECT clause for the in-line view in the wrong location
  • BThe ORDER BY clause in an in-line view is not allowed
  • CThe ORDER BY clause is a query when using an in-line views is most allowed
  • DThe in-line view syntax in the wrong location

How the community answered

(38 responses)
  • A
    16% (6)
  • B
    74% (28)
  • C
    3% (1)
  • D
    8% (3)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice