Date: Tue, 11 Aug 1998 10:47:41 -0700
Reply-To: "Berryhill, Timothy" <TWB2@PGE.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: "Berryhill, Timothy" <TWB2@PGE.COM>
Subject: Re: Proc freq
Content-Type: text/plain
The manual discusses creation of output datasets using the /OUT= option on a
table request. There are cryptic references to the handy feature that FREQ
will only create one output dataset in one PROC, and only of the last table
requested. You may find either PROC MEANS or PROC SUMMARY is more useful.
Tim Berryhill - Contract Programmer and General Wizard
TWB2@PGE.COM or http://www.aartwolf.com/twb.html
Frequently at Pacific Gas & Electric Co., San Francisco
The correlation coefficient between their views and
my postings is slightly less than 0
> ----------
> From: Mei, Zuguo[SMTP:zam0@CDC.GOV]
> Reply To: Mei, Zuguo
> Sent: Tuesday, August 11, 1998 10:10 AM
> To: SAS-L@UGA.CC.UGA.EDU
> Subject: Proc freq
>
> Hi, SAS_L,
>
> Could somebody advise me how to save a PROC FREQ crosstable as a
> dataset? For example, PROC FREQ; TABLES A*B C*D E*F G*H;
> I need the absolute values of all the cells as well as the row and
> column percentages in the output data set. Thanks.
>
> Zuguo
>
|