Which program will report all created output objects in the log?
A. ods trace log; proc ttest data=WORK.DATA1; class TREAT; var RESULTS; run;
B. proc ttest data=WORK.DATA1 ods=trace; class TREAT; var RESULTS; run;
C. ods trace on; proc ttest data=WORK.DATA1; class TREAT; var RESULTS; run;
D. ods trace=log; proc ttest data=WORK.DATA1; class TREAT; var RESULTS; run;
正解:C
質問 2:
Review the following procedure code:
proc ttest data=DATA1;
class GROUPVAR1;
var VAR1;
run;
Which variable is most appropriate to be analyzed as variable VAR1?
A. Systolic blood pressure, with possible values of "<120", "120 - 139", "140 - 159", "160 - 179", and
"180+"
B. Age, with possible values of any integer between and including 18 and 65
C. Treatment, with possible values of "Placebo" or "Active"
D. Number of infections, with possible values of 0, 1, or 2
正解:B
質問 3:
Which CDISC filename contains these items?
- Variable attributes
- Controlled terminology
- Computational methods
A. acrf.pdf
B. SDTMIG.pdf
C. specs.xml
D. define.xml
正解:D
質問 4:
Which is an acceptable variable label in a V5 transport file for regulatory submission?
A. Category for Reproductive System Findings
B. Character Result/Finding in Std Format
C. Reason Medical History Not Done or Not Occurred
D. Numeric Result/Finding in Standard Format
正解:B
質問 5:
Which percentage in the table is calculated incorrectly, assuming the cell counts are correct?
Percentages are rounded to the nearest whole percent.

A. 54
B. 44
C. 52
D. 40
正解:B
質問 6:
This question will ask you to provide a line of missing code.
Given the following log entry:

Which line of code would produce the merge issue notes in the log?
A. if indm ne indisp then output 'MERGE ISSUE: ' subjid= indm= indisp=;
B. %if indm ne indisp %then %put 'MERGE ISSUE: ' subjid= indm= indisp=;
C. if indm ne indisp then put 'MERGE ISSUE: ' subjid= indm= indisp=;
D. if indm ne indisp then put 'MERGE ISSUE: ' _all_;
正解:C
質問 7:
You are working with the VS data set that contains the variable Pulse.

Which PROC SGPLOT step will produce the graph shown below?
A. proc sgplot data = Work.VS noautolegend;
density pulse;
histogram pulse;
run;
B. proc sgplot data = Work.VS noautolegend;
density pulse;
vbarbasic pulse;
run;
C. proc sgplot data = Work.VS noautolegend;
histogram pulse;
density pulse;
run;
D. proc sgplot data = Work.VS noautolegend;
vbarbasic pulse;
density pulse;
run;
正解:B
質問 8:
Given the full data set SUBJECT.DEMO:

The following SAS program is submitted:
%macro MP_ONE(pname=report);
proc &pname data=SUBJECT.DEMO;
run;
%mend;
%MP_ONE(print)
%MP_ONE()
Which PROC step(s), if any, execute?
A. PROC REPORT and PROC PRINT
B. PROC PRINT only
C. No PROC steps execute
D. PROC REPORT only
正解:D
質問 9:
Review the following procedure format:
PROC TTEST date=date;
class group-variable;
var variable;
run;
What is the required type of data for the variable in this procedure?
A. Categorical
B. Treatment
C. Character
D. Continuous
正解:D
772 お客様のコメント








Okamoto -
A00-282試験資料を利用したら、A00-282試験に合格しました。私はもう一度う買いたいです!