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 (May 2010, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 28 May 2010 10:12:26 -0400
Reply-To:   Suren gc <gc_suren@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Suren gc <gc_suren@YAHOO.COM>
Subject:   calculating average in proc tabulate...

I know in proc report we can calculate the new varibale using two variables that are already in the dataset. For instance, in proc report you can calculate the average cost by dividing "cost.sum" by "volume.sum"(just an example)..This way, we can get average cost across several class dimensions. Is this possible using "proc tabulate"? Here is the sample data set: Group1 State A FL B B C D D


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