SAS A00-281 Clinical Trials Programming Using SAS 9 Accelerated Version Exam Practice Test

Page: 1 / 14
Total 99 questions
Question 1

A patient received at least one dose of study medication prior to withdrawing from a study. Which analysis population would always include this patient?



Answer : D


Question 2

Given the following demographic dataset:

Which program will generate a report where observations will appear in order by SITE SUBJECT and display column headers for each variable defined in the column statement?



Answer : C


Question 3

This question will ask you to provide lines of missing code.

Which ODS statements, inserted respectively in the two locations indicated above, create a report stored in a PDF file?



Answer : C


Question 4

A report that you are working on will require the following header lines:

Which code adds the second line of the header "Adverse Events"?



Answer : D


Question 5

This question will ask you to provide a line of missing code. You want to present a column header that contains breaks within the header as indicated below.

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

See Below Explanation:




Answer :


Question 6

Which statement assigns the current date to the character variable CURRDT?



Answer : A


Question 7

The following SAS program is submitted:

%let Av=age;

%macro LABD(Av=weight);

%let Av=gend; %mend;

%LABD(Av=height)

%put Av is &Av;

What will be written to the SAS log?



Answer : D


Page:    1 / 14   
Total 99 questions