SASInstitute Clinical Trials Programming Using SAS 9.4 - A00-282 Exam Practice Test
Question 1
You want to calculate the p-value of Fisher's exact test for a 3x3 table.
Which option must you add to the TABLES statement of PROC FREQ?
Which option must you add to the TABLES statement of PROC FREQ?
Correct Answer: C
Question 2
Which statement outputs all possible missing values of LBORRES?
Correct Answer: B
Question 3
The following SAS program is submitted:

What is the value of the variable day when the data step completes?

What is the value of the variable day when the data step completes?
Correct Answer: C
Question 4
Which statement will produce report output that can be opened in Microsoft Word?
Correct Answer: A
Question 5
The PROC SGPLOT step below needs to be modified to format the values on the horizontal axis.
proc sgplot data = work.adlb;
histogram AVAL;
<insert code here>
run;
Which statement CANNOT be used to format the values due to a syntax error?
proc sgplot data = work.adlb;
histogram AVAL;
<insert code here>
run;
Which statement CANNOT be used to format the values due to a syntax error?
Correct Answer: C
Question 6
Which statement correctly creates a SAS date variable from a character variable?
Correct Answer: D
Question 7
What is an international ethical and scientific quality standard for designing, conducting, recording and reporting trials that involve the participation of human subjects
Correct Answer: C
Question 8
The programmer runs a validation program of the SDTM DM domain which produces the following in the log in SAS:

What does the validator need to check?

What does the validator need to check?
Correct Answer: D
Question 9
The following SAS program is submitted: data WORK.ALL;

How will the data sets ONE and TWO be combined?

How will the data sets ONE and TWO be combined?
Correct Answer: D
Question 10
Which statement assigns the current date to the character variable CURRDT?
Correct Answer: A

