A00-212 無料問題集「SASInstitute SAS Advanced Programming Exam for SAS 9」

Which SAS procedure changes the name of a permanent format for a variable stored in a
SAS data set?

The following SAS program is submitted:
% let lib = %upcase(sasuser);
proc sql;
select nvar
from dictionary.tables
where libname = "&lib";
quit;
Given that several SAS data sets exist in the SASUSER library, which one of the following is generated as output?

Which one of the following statements is true regarding a SAS DATA step view?

This item will ask you to provide a segment of missing code.
Given the input data set shown on the left and the output data set shown on the right:

In the text below, enter the code that will complete the program to produce the output set shown above on the right.

Case is ignored and standard SAS syntax rules apply.
正解:
N
Given the SAS dataset ONE
ONE
SALARY
200
205
523
The following SAS program is submitted
Proc sql;
Select * from one
<Insert Where expression here>;
quit;
The following output is desired:
SALARY
200
205
523
Which WHERE expression completes the program and generates the desired output?

Given the SAS data set WORK TRANSACT:

The following output is desired:

Which SQL statement was used?

The following SAS program is submitted:
% micro cols1;
name age;
% mend;
% macro cols2;
height weight
% mend
proc print data=sashelp.class;
<insert VAR statement here>
Run
Which VAR statement successfully completes the program and produces a report?

The SAS data set ONE contains the variables X, Y, Z, and W.
The following SAS program is submitted:
proc transpose data = one
out = trans
name = new;
by x;
var y;
run;
Which one of the following contains all the names of the columns created by the
TRANSPOSE procedure?

Given the data set shown in the left, the SAS program on the right is submitted.

Which program will result in the identical report?

解説: (JPNTest メンバーにのみ表示されます)
This question will ask you to provide a segment of missing code.
Given the SAS data set SASUSER.ORDERS:

The following SAS program is submitted:

Which statement completes the program completely so that it will produce a report with the total number of orders
for California?

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡