Free SAS A00-281 Exam Actual Questions

The questions for A00-281 were last updated On Jan 15, 2025

Question No. 1

The following question will ask you to provide a line of missing code. The following program is submitted to output observations from data set ONE that have more than one record per patient.

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

Show Answer Hide Answer
Correct Answer: A

Question No. 2

Which SAS program will apply the data set label 'Demographics' to the data set named DEMO?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

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?

Show Answer Hide Answer
Correct Answer: A

Question No. 4

Given the following data set:

Which program was used to prepare the data for this PROC PRINT output?

Show Answer Hide Answer
Correct Answer: B

Question No. 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?

Show Answer Hide Answer
Correct Answer: C