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 (July 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 14 Jul 2007 12:36:42 -0700
Reply-To:   Reeza <fkhurshed@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Reeza <fkhurshed@HOTMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: need help in proc freq
Comments:   To: sas-l@uga.edu
In-Reply-To:   <1184405722.482195.177470@57g2000hsv.googlegroups.com>
Content-Type:   text/plain; charset="us-ascii"

On Jul 14, 3:35 am, Santughosh...@gmail.com wrote: > Hi all, > > Is there any way to find the cell proportions as > > (cell frequency)/(total frequency) or (cell frequency)/(row sum) > > in proc freq. I searched the help but didn't find it. Plz help me.

proc freq data=have; tables var1/out=test1 outpct; run;


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