Question 18 : The following SAS program is submitted:
proc contents data=sasuser._all_ nods;run;
Which one of the following is produced as output?
- the list of all data set names in the Sasuser library only
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer : 1
Exp :
You can use the CONTENTS procedure to create SAS output that describes the contents of a library. _ALL_ requests a listing of all files in the library, and NODS suppresses the
printing of detailed information about each file in the output.
You can access to full explanation to question and answer from this page.