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
D. the descriptor portion of the data set SASUSER.AIRPLANES only
ReplyDeleteD
ReplyDeletereally? is this a question?
ReplyDeleteDo not surprise, we will not get questions as we are studying.
ReplyDeleteIt is simply asking what will be printed
if we use
proc CONTENTS data
what is the result?
This comment has been removed by the author.
DeletePROC PRINT: data portion of data set
DeletePROC CONTENTS: descriptor portion of data set
This comment has been removed by the author.
ReplyDeleteHow to turn on the sas80?
ReplyDeleteHow to turn on the sas80?
ReplyDeleteD
ReplyDelete