<p><font size="4">51.The following program is submitted:<br>
<br>
proc contents data=_all_;<br>
run;<br>
<br>
Which statement best describes the output from the submitted program? </font></p>
<p><font size="4"> A. The output contains only a list of the SAS data sets that are contained in the WORK library. <br>
B. The output displays only the contents of the SAS data sets that are contained in the WORK library.<br>
C. The output displays only the variables in the SAS data sets that are contained in the WORK library.<br>
D. The output contains a list of the SAS data sets that are contained in the WORK library and displays the contents of those data sets.<br>
<br>
Answer: D</font></p>
<p><font size="4">本题考察的是PROC CONTENTS。<br>
答案为D,具体可以在运行该语句后得到结果。<br>
包括了:list也就是WORK下的数据集的目录;然后每一个数据集的contents,里面包括variables等信息。<br>
</font></p> <a href="http://hi.baidu.com/crack%5Fman/blog/item/cbc78e40c780435c500ffee5.html">阅读全文</a>