Home
Exams
Providers
About
Sign In
Sign Up
Home
/
Exams
/
SAS Institute SAS Clinical Trials Programming Using SAS 9 - Accelerated Version 9 Accelerated Version
/
Question #5
#5
Multiple Choice
Mark for review
Given the following data set:
Which program was used to prepare the data for this PROC PRINT output?
A.
proc sort data=one out=two; by subjid; run;
B.
proc sort data=one out=two nodupkey; by subjid; run;
C.
proc sort data=one out=two nodup; by subjid; run;
D.
proc sort data=one out=two nodupkey; by subjid trt;
Reveal Answer
Previous
Question 5 of 99
Exam A00-281 Topic 1 Question 5
Back to all questions
Next
Sign In
Sign Up