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?
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!
|