SAS_Institute
A00-211 · Question #126
The following program is submitted: proc contents data=_all_; Which statement best describes the output from the submitted program?
The correct answer is D. The output displays 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; Which statement best describes the output from the submitted program?
Options
- AThe output displays 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 displays a list of the SAS data sets that are contained in the WORK library and displays
How the community answered
(66 responses)- A9% (6)
- B6% (4)
- C3% (2)
- D82% (54)
Community Discussion
No community discussion yet for this question.