mycsg.in
SAS
SASnR
Clinical Programming
CRFs
SDTM
ADaM
TFL
Tasks
Macros
QnA
Quizzes
Resources
Disclaimer
Contact Us
Training
Sign Up
Login
Advertisement
←
Back to home
Random clinical programming quiz
10 questions from across SDTM, ADaM, SAS, R, TFL and more.
1 / 10
Advanced SAS Certification Sample Questions · Set - 001 - Part 15
Question 1 of 10
Which one of the following SAS programs displays the descriptor portion of each data set stored in the SASUSER library?
proc
datasets
lib
= sasuser.all;
quit
;
proc
datasets
lib
= sasuser;
contents
data
= all;
quit
;
proc
datasets
lib
= sasuser;
contents
data
= _all_;
quit
;
proc
datasets
lib
= sasuser._all_;
quit
;
Advertisement