LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 12 Aug 2006 20:44:35 -0700
Reply-To:     xxu8810152@GMAIL.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         xxu8810152@GMAIL.COM
Organization: http://groups.google.com
Subject:      Difference in using proc tabulate and proc mean to compute median?
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="iso-8859-1"

Hello,

I have a large number of data and need to find the median. I tried proc tabulate and received a WARNING: A shortage of memory has caused the quantile computations to terminate prematurely ... However, when I used proc mean to compute the median it can complete without problems. So I guess my questions are 1) why proc tabulate gives a warning while proc mean is ok, 2) if both proc works, do they give the same result?

Thank you!


Back to: Top of message | Previous page | Main SAS-L page