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 #7
#7
Multiple Choice
Mark for review
Which statement correctly adds a label to the data set?
A.
DATA two Label="Subjects having duplicate observations"; set one; run;
B.
DATA two; Label="Subjects having duplicate observations"; set one; run;
C.
DATA two; set one; Label dataset="Subjects having duplicate observations"; run;
D.
DATA two(Label="Subjects having duplicate observations"); set one;
Reveal Answer
Previous
Question 7 of 99
Exam A00-281 Topic 1 Question 7
Back to all questions
Next
Sign In
Sign Up