Labour Day - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpm65

Note! The A00-281 Exam is no longer available.

A00-281 Clinical Trials Programming Using SAS 9 - Accelerated Version Questions and Answers

Questions 4

The purpose of the ADaM model is to provide a framework that:

Options:

A.

enables the tabulation of the raw source data

B.

enables the creation of study patient profiles

C.

enables the statistical analysis of the data

D.

can be used to generate the CDISC ODM

Buy Now
Questions 5

This question will ask you to provide a missing option.

The following program is submitted to create a transport file for multiple data sets:

A00-281 Question 5

Which option will limit the files that are copied to type data?

Options:

A.

intype=data

B.

memtype=data

C.

entrytype=data

D.

include=data

Buy Now
Questions 6

The following SAS program is submitted:

A00-281 Question 6

How many data sets are created and how many observations are in the data set(s)?

Options:

A.

1 data set named PVALUES with 1 observation.

B.

1 data set named PVALUES with 2 observations.

C.

2 data sets named PVALUES and PVALUES1 each with 1 observation.

D.

2 data sets named PVALUES1 and PVALUES2 each with 2 observations

Buy Now
Questions 7

Which statement correctly creates a SAS date variable from a character variable?

Options:

A.

sasdate = input(chardate,date9.);

B.

sasdate = 'chardate'd;

C.

sasdate = put(chardate,date9.);

D.

sasdate = date(chardate,date9.);

Buy Now
Questions 8

Given the following work data set containing Treatment-Emergent Adverse Events:

A00-281 Question 8

In the space below, enter the numeric value of x for "Severe" events under HEADACHE.

A00-281 Question 8

Options:

Buy Now
Questions 9

The following SAS program is submitted:

A00-281 Question 9

Which alternative program creates an equivalent BASE_BP data set?

Options:

A.

proc sort data=VS (keep=usubjid vsstresn vstestcd)

out=BASE_BP (drop=vstestcd);

where vstestcd in('DIABP','SYSBP');

by usubjid;

run;

B.

data BASE_BP;

set VS (keep=usubjid vsstresn);

if vstestcd in('DIABP','SYSBP');

run;

C.

proc sort data=VS (keep=usubjid vsstresn vstestcd)

out=BASE_BP (drop=vstestcd);

by usubjid;

if vstestcd in('DIABP','SYSBP');

run;

D.

data BASE_BP (keep=usubjid vsstresn vstestcd);

set VS (drop=vstestcd);

if vstestcd in('DIABP','SYSBP');

run;

Buy Now
Questions 10

This question will ask you to provide a line of missing code.

The following SAS program is submitted:

A00-281 Question 10

In the space below, enter the statement that completes the program correctly (Case is ignored. Do not add leading or trailing spaces to your answer.).

A00-281 Question 10

Options:

Buy Now
Questions 11

Given the following data set (AE):

A00-281 Question 11

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?

Options:

A.

if day > 14 then week = 3 ;

else if day > 7 then week = 2 ;

else if day > 0 then week = 1 ;

B.

if day > 0 then week = 1 ;

else if day > 7 then week = 2 ;

else if day > 14 then week = 3 ;

C.

select ;

when (day > 0) week = 1 ;

when (day > 7) week = 2 ;

otherwise week = 3 ;

end ;

D.

select ;

when (day > 14) week = 3 ;

when (day > 7) week = 2 ;

otherwise week = 1 ;

end ;

Buy Now
Questions 12

Given the following data set:

A00-281 Question 12

Which SAS program produced this output?

Options:

A.

proc sort data=one(where=(age>50)) out=two;

by subjid;

run;

B.

proc sort data=one(if=(age>50)) out=two;

by subjid;

run;

C.

proc sort data=one out=two;

where=(age>50);

by subjid;

run;

D.

proc sort data=one out=two;

if age>50;

by subjid;

run;

Buy Now
Questions 13

The following SAS program is submitted, but fails due to syntax errors.

A00-281 Question 13

What is the cause of the syntax errors?

Options:

A.

The keep= data set option should be (keep=MonthExp*).

B.

An array can only be referenced in a KEEP statement and not within a keep= data set option.

C.

An array cannot be referenced on a keep= data set option.

D.

The keep= data set option should be (keep=MonthExp).

Buy Now
Questions 14

Given the following two data sets EX and AE:

A00-281 Question 14

Which output data set is produced by the submitted SAS program?

A00-281 Question 14

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Exam Code: A00-281
Exam Name: Clinical Trials Programming Using SAS 9 - Accelerated Version
Last Update: Nov 27, 2023
Questions: 99
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 03 May 2024