SAS Institute A00-280 - Clinical Trials Programming Using SAS 9 Exam

Question #6 (Topic: )
This question will ask you to provide a line of missing code.
The following SAS program is submitted:
Which statement is required to produce this output?
A. TABLES site*group /nocol; B. TABLES site*group /norow; C. TABLES site*group; D. TABLES site*group /nocol norow;D. TABLES site*group /nocol norow;
Answer: A
Question #7 (Topic: )
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; run;
Answer: D
Question #8 (Topic: )
Given the following data set:
Which SAS program produced this output?
A. proc sort data=one(where=(age>50)) out=two; by subjid; run; B. proc sort data=one(if=(age>50)) out=two; by subjid; run; C. proc sort data=one out=two; where=(age>50); by subjid; run; D. proc sort data=one out=two; if age>50; by subjid; run;
Answer: A
Question #9 (Topic: )
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.).
[SAS Institute-A00-280-6.0/SAS_Institute-A00-280-8_2.png]
Answer: BYSUBJID;BYSUBJID;
Question #10 (Topic: )
Given the data set WORK.BP with the following variable list:
[SAS Institute-A00-280-6.0/SAS_Institute-A00-280-9_2.png]
Which output will be created by the program?
A. Option A B. Option B C. Option C D. Option D
Answer: D
Download Exam
Page: 2 / 20
Total 99 questions