Question 55 : The following program is submitted:

 proc contents data=sasuser.houses;

 run;

 The exhibit below contains partial output produced by the CONTENTS procedure

 Which of the following describes the Sasuser.Hourses data set?

 

  1. The data set is sorted but not indexed.
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 4

 Exp : The exhibit above shows partial output from the CONTENTS procedure, In the top right- hand column of the output, you see that Indexes has a value of 0, which indicates that no

 indexes exist for this data set. Also, Sorted has a value of NO, which indicates that the data is not sorted.

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