Free SASInstitute A00-282 Practice Test & Real Exam Questions
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?
The following SAS program is submitted using a macro from the project's library:

How is the STUDYDAY macro defined?
Correct Answer: A
Vote an answer
Given the SAS data set containing subject's phone numbers

What is the value of PHONE2 for subject 005?

What is the value of PHONE2 for subject 005?
Correct Answer: B
Vote an answer
What is the key to ensuring traceability across CDISC data sets and modes?
Correct Answer: A
Vote an answer
Given the following data set:

Which SAS program produced this output?

Which SAS program produced this output?
Correct Answer: C
Vote an answer
A subject visit data set (Visits) includes variables for subject ID (SubjID) and visit date (VisitDT).
Which DATA step creates a data set with one record per subject and creates a variable (Visits) that computes the total number of visits for that subject?
Which DATA step creates a data set with one record per subject and creates a variable (Visits) that computes the total number of visits for that subject?
Correct Answer: B
Vote an answer
