SAS_Institute
A00-280 · Question #13
A00-280 Question #13: Real Exam Question with Answer & Explanation
Sign in or unlock A00-280 to reveal the answer and full explanation for question #13. The question stem and answer options stay visible for context.
Question
Given the following demographic dataset:
subject trt age gender race site
01002 A 28 MALE BLACK 01
06003 B 19 MALE HISPANIC 06
04001 B 24 FEMALE CAUCASIAN 04
02003 A 14 FEMALE CAUCASIAN 02
06005 A 20 MALE BLACK 06
01004 B 13 MALE CAUCASIAN 01
Which program will generate a report where observations will appear in order by SITE SUBJECT and display column headers for each variable defined in the column statement?
Options
- AProc Report ; column site subject trt age gender race ; define site/'site', subject/'subject', trt/'Treatment', age/'Age', gender/'Gender', race/'Race' ; run;
- BProc Report ; column site subject trt age gender race ; define site, subject, trt, age, gender, race ; by site subject ; title 'Site Subject Treatment Age Gender Race' ; run;
- CProc Report ; column site subject trt age gender race ; define site/order 'Site' ; define subject/order 'Subject' ; define trt/'Treatment' ; define age/'Age' ; define gender/'Gender' ; define race/'Race' ; run;
- DProc Report ; column site subject trt age gender race ; define site/order style(header)={'Site'} ; define subject/order style(header)={'Subject'} ; define trt/style(header)={'Treatment'} ; define age/style(header)={'Age'} ; define gender/style(header)={'Gender'} ; define race/style(header)={'Race'} ; run;
Unlock A00-280 to see the answer
You've previewed enough free A00-280 questions. Unlock A00-280 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.