SAS A00-280 SAS Certified Clinical Trials Programmer Using SAS 9 Exam Practice Test

Page: 1 / 14
Total 99 questions
Question 1

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?



Answer : A


Question 2

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


Question 3

Given the following data set:

Which type of clinical trials data is this?



Answer : A


Question 4

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

Given the following data set work.vs:

The following SAS program is submitted to create a new data set that carries forward the previous value of sbp when the value is missing.

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

See Below Explanation:




Answer : A


Question 5

You have acquired an existing program from a coworker which uses a macro. It is not immediately clear to you what this macro is doing. Which OPTION can be used to put the SAS statements generated by the macro execution into the LOG?



Answer : A


Question 6

The following SAS program is submitted:

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



Answer : C


Question 7

Given the following log entry:

Which SAS system option adds the blue highlighted lines to the log?



Answer : B


Page:    1 / 14   
Total 99 questions