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

Page: 1 / 14
Total 99 questions
Question 1

Which LIBNAME statement is valid?



Answer : D


Question 2

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


Question 3

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



Answer : A


Question 4

This question will ask you to provide a line of missing code. The following SAS program is submitted:

Which statement is required to produce this output?



Answer : A


Question 5

This question will ask you to provide a line of missing code. Given the following data set LABS(only first 10 lines shown):

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

See Below Explanation:




Answer : A


Question 6

Given the data set HE:

What will the values be of variable HOSPDURD for the two subjects?



Answer : B


Question 7

Review the following procedure format:

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



Answer : B


Page:    1 / 14   
Total 99 questions