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

Page: 1 / 14
Total 99 questions
Question 1

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

Which output will be created by the program?



Answer : D


Question 2

Given the following data set DEMOG:

Which selection below would be considered hard-coding?



Answer : B


Question 3

Given the following data at WORK DEMO:

Which SAS program prints only the first 5 males in this order from the data set?



Answer : B


Question 4

Review the following procedure format:

What is the required type of data for the variable in this procedure?



Answer : B


Question 5

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


Question 6

Given the following data set:

Which SAS program produced this output?



Answer : A


Question 7

The following SAS program is submitted:

proc sort data=SASUSER.VISIT out=PSORT;

by code descending date cost;

run;

Which statement is true regarding the submitted program?



Answer : B


Page:    1 / 14   
Total 99 questions