Home
Exams
Providers
About
Sign In
Sign Up
Home
/
Exams
/
SAS Institute SAS Base Programming for SAS 9
/
Question #10
#10
Multiple Choice
Mark for review
Which program displays a listing of all data sets in the SASUSER library?
A.
proc contents lib = sasuser.all; run;
B.
proc contents data = sasuser.all; run;
C.
proc contents lib = sasuser._alI_; run;
D.
proc contents data = sasuser._all_; run;
Reveal Answer
Previous
Question 10 of 269
Exam A00-211 Topic 1 Question 10
Back to all questions
Next
Sign In
Sign Up