SAS_Institute
A00-280 · Question #42
A00-280 Question #42: Real Exam Question with Answer & Explanation
Sign in or unlock A00-280 to reveal the answer and full explanation for question #42. The question stem and answer options stay visible for context.
Question
Given the following data set:
SUBJID GENDER AGE TPT
4 M 63 3
5 F 72 4
3 M 45 1
1 M 57 2
2 F 39 1
3 M 57 2
The following output data set was produced.
SUBJID GENDER AGE TPT
3 M 57 1
1 M 57 2
4 M 63 2
4 M 63 0
5 F 72 3
Which SAS program produced this output?
Options
- Aproc sort data=one (where=(age>50)) out=two; by subjID; run;
- Bproc sort data=one (if=(age>50)) out=two; by subjID; run;
- Cproc sort data=one out=two; where (age>50); by subjID; run;
- Dproc sort data=one out=two; if age>50; by subjID; 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.