Want to know Actualtests A00-281 Exam practice test features? Want to lear more about SAS Institute SAS Certified Clinical Trials Programmer Using SAS 9 Accelerated Version certification experience? Study Highest Quality SAS Institute A00-281 answers to Renovate A00-281 questions at Actualtests. Gat a success with an absolute guarantee to pass SAS Institute A00-281 (SAS Certified Clinical Trials Programmer Using SAS 9 Accelerated Version) test on your first attempt.

Q49. Where would you store a value collected on a case report form but not defined in an SDTM domain?

A. RELREC

B. DM

C. SUPPQUAL

D. SC

Answer: C


Q50. Given the data set WORK.BP with the following variable list:

 

Which output will be created by the program?

 

A. Option A

B. Option B

C. Option C

D. Option D

Answer: D


Q51. Given the following partial output data set:

 

Which code was used to create AGECAT?

A. if age <18 then AGECAT=1;

if 18<=AGE<=40 then AGECAT=2;

else AGECAT=3;

B. if age <=18 then do AGECAT=1;

else if 18<AGE<=40 then do AGECAT=2; else do AGECAT=3;

C. if age <18 then AGECAT=1;

else if 18<=AGE<=40 then AGECAT=2; else AGECAT=3;

D. if age <=18 then AGECAT=1;

else if 18<AGE<=40 then AGECAT=2; else AGECAT=3;

Answer: D


Q52. A subject reports a medication started in March of 2007 but cannot recall the day number. What is the value stored in the SDTM domain CM.CMSTDTC variable?

A. 00MAR2007

B. 2007 03

C. MAR2007

D. 2007-03

Answer: D


Q53. Given the following vital signs data:

 

Baseline is defined as the last non-missing value prior to Day 1.

What is the value for the change from baseline for Week 1 for Subject 2?

A. -23

B. 11

C. -11

D. 23

Answer: C


Q54. An action plan that describes what will be done in a drug study, how it will be conducted, and why each part of the study is necessary is called:

A. a clinical trial plan

B. a protocol

C. a data management plan

D. a statistical analysis plan

Answer: B


Q55. The following SAS program is submitted.

 

What result is displayed for the variable COUNT?

A. 1

B. 2

C. 3C.3

D. 4D.4

Answer: C


Q56. 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?

A. CHISQ

B. CMH

C. EXACT

D. EXPECTED

Answer: C