SASInstitute SAS Certified Clinical Trials Programmer Using SAS 9 Accelerated Version - A00-281 Exam Practice Test
Which statement will produce report output that can be opened in Microsoft Word?
Correct Answer: C
Vote an answer
Given the following data set (AE):

Data will be reported by onset week. Day 1 ?7 is Week 1, Day 8 ?14 is Week 2. Events beyond
Day 14 are assigned Week 3 and will be reported as Follow-up events.
Which statements properly assign WEEK to each event?

Data will be reported by onset week. Day 1 ?7 is Week 1, Day 8 ?14 is Week 2. Events beyond
Day 14 are assigned Week 3 and will be reported as Follow-up events.
Which statements properly assign WEEK to each event?
Correct Answer: A
Vote an answer
Which validation technique involves two programmers writing separate programs to produce the same output, then comparing the result?
Correct Answer: B
Vote an answer
Given the following output from the TTEST Procedure: Variable:

What is the t-test p-value?

What is the t-test p-value?
Correct Answer: A
Vote an answer
Given the following SCORE data set: Based on the concept of Last Observation Carried Forward, what will be the value for SCORE for the Week 12


Correct Answer: A
Vote an answer
Given two data sets with the following variables: Why is the blue note showing in the log?


Correct Answer: D
Vote an answer
Given the following data set: Which type of clinical trials data is this?


Correct Answer: B
Vote an answer
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: A
Vote an answer
The VISIT data set is multiple records per subject, sorted by usubjid vistdtc vistm and contains the following variables:

The DEATH data set is one record per subject, sorted by usubjid vistdtc vistm and contains the following variables:

Which program will combine the DEATH and VISIT data sets by matching records?

The DEATH data set is one record per subject, sorted by usubjid vistdtc vistm and contains the following variables:

Which program will combine the DEATH and VISIT data sets by matching records?
Correct Answer: B
Vote an answer
A SAS program is submitted and the following log is written.

What is the cause of this error message?

What is the cause of this error message?
Correct Answer: B
Vote an answer