SAS_Institute
A00-212 · Question #41
A00-212 Question #41: Real Exam Question with Answer & Explanation
Sign in or unlock A00-212 to reveal the answer and full explanation for question #41. The question stem and answer options stay visible for context.
Question
Given the non-indexed SAS data set TEMP: TEMP X Y -- -- P 52 P 45 A 13 A 56 R 34 R 12 R 78 The following SAS program is submitted: proc print data = temp; <insert BY statement here> run; Which BY statement completes the program, creates a listing report that is grouped by X and completes without errors?
Options
- Aby X;
- Bby X grouped;
- Cby X notsorted;
- Dby descending X;
Unlock A00-212 to see the answer
You've previewed enough free A00-212 questions. Unlock A00-212 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.