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