SAS_Institute
A00-211 · Question #194
The following SAS program is submitted: proc contents data = sasuser.airplanes; run; Which one of the following is produced as output?
The correct answer is D. the descriptor portion of the data set SASUSER.AIRPLANES only. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
proc contents data = sasuser.airplanes; run; Which one of the following is produced as output?
Options
- Athe data portion of every data set in the SASUSER library
- Bthe data portion of the data set SASUSER.AIRPLANES only
- Cthe descriptor portion of every data set in the SASUSER library
- Dthe descriptor portion of the data set SASUSER.AIRPLANES only
How the community answered
(22 responses)- A5% (1)
- B5% (1)
- C14% (3)
- D77% (17)
Community Discussion
No community discussion yet for this question.