LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (August 1998, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: "Mei, Zuguo" <zam0@CDC.GOV>
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 >


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