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

Page: 1 / 14
Total 99 questions
Question 1

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 2

Which statement will create a report footnote that identifies the date and time that the SAS program was executed?



Answer : A


Question 3

Which function would be used to determine the number of elements in an existing array?



Answer : A


Question 4

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



Answer : C


Question 5

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 6

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

Given the dataset RAWBP that is sorted by SUBJECT TEST WEEK:

Which statement must be added to the program to calculate relative change in percent (percent change) from baseline?



Answer : B


Question 7

A Statistical Analysis Plan defines study day as the number of days between the visit date and the date of randomization plus one day.

The following SAS program is submitted using a macro from the project's library:

How is the STUDYDAY macro defined?



Answer : C


Page:    1 / 14   
Total 99 questions