Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

SAS Exam A00-231 Topic 4 Question 4 Discussion

Actual exam question for SAS's A00-231 exam
Question #: 4
Topic #: 4
[All A00-231 Questions]

The following SAS program is submitted:

proc means data=work.schools median;

run;

Assume thatWork.Schoolshas two numeric variables and the following PROC MEANS report is produced:

Which of the following SAS statements completes the program and creates the desired report? Select one:

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Shoshana
1 days ago
The correct answer is B) class location. This will group the data by the location variable and calculate the median for each location.
upvoted 0 times
...
Monte
9 days ago
The median is the middle value when the data is arranged in numerical order. This PROC MEANS report shows the median for each location, which is exactly what the question is asking for.
upvoted 0 times
...
Goldie
10 days ago
I agree with Yuette, using 'class' is the correct way to group the data by location.
upvoted 0 times
...
Yuette
12 days ago
I think the answer is B) class location.
upvoted 0 times
...

Save Cancel