Date: Tue, 6 Dec 2005 10:37:53 -0600
Reply-To: Lihai Chen <saslabor@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Lihai Chen <saslabor@HOTMAIL.COM>
Subject: how to get cumulative frequency for all values
Content-Type: text/plain; format=flowed
Hi eveyone,
I tried
Proc freq;
table var1/out=D outcum;
But only values with non-zero frequency get into the out dataset.
I also tried Proc SQL, but it does not work either.
Is there any way to obtain the cumulative frequency for ALL the values?
Thanks very much!
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
|