By admin | August 10, 2009

SAS Certified Base Programmer 50 Questions (44)

The following SAS program is submitted:

proc contents data=sasuser._all_ nods;
run;

Which one of the following is produced as output?

a. the list of all data set names in the Sasuser library only
b. the descriptor portion of the data set named Sasuser._All_
c. the descriptor portion of every data set in the Sasuser library only
d. the list of data set named in the Sasuser library plus the descriptor portion of every data set in the Sasuser library.

2 comments | Add One

  1. admin - 08/10/2009 at 10:02 am

    A

  2. Vikas - 11/29/2013 at 6:16 am

    The Answer should be “D” . The Content statment shown the descriptor portion of the dataset. and ALL statmemnt indicates for all datasets accomudate in the lib. that refered.

Leave a Comment

Leave a Reply

Your email address will not be published.