SASInstitute SAS Certified Clinical Trials Programmer Using SAS 9 - A00-280 Exam Practice Test
Question 1
The following SAS program is submitted, but fails due to syntax errors.

What is the cause of the syntax errors?

What is the cause of the syntax errors?
Correct Answer: A
Question 2
This question will ask you to provide a line of missing code.

Which statement must be added to the following program to create a page break in the report after each RACE grouping?


Which statement must be added to the following program to create a page break in the report after each RACE grouping?

Correct Answer: A
Question 3
CORRECT TEXT
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.).

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.).

Correct Answer:
IDLABTEST;,IDLABTEST;,IDLABTEST
Question 4
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?
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?
Correct Answer: C
Question 5
Which statement assigns the current date to the character variable CURRDT?
Correct Answer: A
Question 6
The following SAS program is submitted:

What is the value of the variable day when the data step completes?

What is the value of the variable day when the data step completes?
Correct Answer: C
Question 7
You have been asked to import an Excel spreadsheet. What will lead to substantial differences between the original Excel spreadsheet and the resulting SAS data set?
Correct Answer: C
Question 8
The following SAS program is submitted:

Which alternative program creates an equivalent BASE_BP data set?

Which alternative program creates an equivalent BASE_BP data set?
Correct Answer: C
Question 9
The data set CM has eight variables including CMTRT and is sorted by STUDYID USUBJID CMSEQ.
DATA_BB is created by selecting records from CM where the character string "BLOCKER" is included in CMTRT.

Which program was used to produce WORK.DATA_BB?
DATA_BB is created by selecting records from CM where the character string "BLOCKER" is included in CMTRT.

Which program was used to produce WORK.DATA_BB?
Correct Answer: B
Question 10
The following output is displayed:

Which SAS program created this output?

Which SAS program created this output?
Correct Answer: C

