nerdexam
SAS_Institute

A00-211 · Question #176

The following program is submitted: proc contents data=_all_; run; Which statement best describes the output from the submitted program?

The correct answer is D. The output contains a list of the SAS data sets that are contained in the WORK library and displays. See the full explanation below for the reasoning.

Question

The following program is submitted:

proc contents data=all; run; Which statement best describes the output from the submitted program?

Options

  • AThe output contains only a list of the SAS data sets that are contained in the WORK library.
  • BThe output displays only the contents of the SAS data sets that are contained in the WORK library.
  • CThe output displays only the variables in the SAS data sets that are contained in the WORK library.
  • DThe output contains a list of the SAS data sets that are contained in the WORK library and displays

How the community answered

(58 responses)
  • A
    3% (2)
  • B
    9% (5)
  • C
    14% (8)
  • D
    74% (43)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice