Question 26: Which program displays a listing of all data sets in the SASUSER library?

  1. proc contents lib = sasuser.all; run;
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

 Correct Answer : 4

 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.

 The Sasuser library contains the customizations (such as window size and positioning, colors, fonts, and printer entries) that you specified for your SAS session. When you invoke

You can access to full explanation to question and answer from this page.