<P>认证习题,其中之一样题如下:</P>
<P>The contents of the SAS data set SASDATA.GROUP is listed below:<br>name age<br>Janice 10<br>Henri 11<br>Michele 11<br>Susan 12<br>The following SAS program is submitted using the SASDATA.GROUP data set as input:<br>libname sasdata 'SAS-data-library';<br>data group;<br>set sasdata.group;<br>file 'file-specification';<br>put name $15. @5 age 2.;<br>run;<br>Which one of the following describes the output created?<br>A. a raw data file only<br>B. a SAS data set named GROUP only<br>C. both a SAS data set named GROUP and a raw data file<br>D. Output is not created as the program fails to execute due to errors.</P>
<br>
[此贴子已经被作者于2007-3-30 17:53:08编辑过]