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 (December 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 6 Dec 2005 11:54:15 -0500
Reply-To:   Ya Huang <ya.huang@AMYLIN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Ya Huang <ya.huang@AMYLIN.COM>
Subject:   Re: how to get cumulative frequency for all values
Comments:   To: Lihai Chen <saslabor@HOTMAIL.COM>

Add missing option to the table statement:

Proc freq; table var1/out=D outcum missing; run;

HTH

Ya

On Tue, 6 Dec 2005 10:37:53 -0600, Lihai Chen <saslabor@HOTMAIL.COM> wrote:

>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/


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