ElearnSAS.com

ElearnSAS.com
SAS Learning Platform

Base SAS 80

The following SAS program is submitted:
proc contents data = sasuser.airplanes;
run;
Which one of the following is produced as output?
A. the data portion of every data set in the SASUSER library
B. the data portion of the data set SASUSER.AIRPLANES only
C. the descriptor portion of every data set in the SASUSER library
D. the descriptor portion of the data set SASUSER.AIRPLANES only
Click Comment link to get answer

10 comments:

  1. Anonymous3:52 AM

    D. the descriptor portion of the data set SASUSER.AIRPLANES only

    ReplyDelete
  2. Anonymous4:47 PM

    really? is this a question?

    ReplyDelete
  3. Anonymous12:58 PM

    Do not surprise, we will not get questions as we are studying.
    It is simply asking what will be printed
    if we use
    proc CONTENTS data

    what is the result?

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
    2. PROC PRINT: data portion of data set
      PROC CONTENTS: descriptor portion of data set

      Delete
  4. This comment has been removed by the author.

    ReplyDelete
  5. How to turn on the sas80?

    ReplyDelete
  6. How to turn on the sas80?

    ReplyDelete