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 (January 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 5 Jan 2005 07:41:09 -0800
Reply-To:     Richard <heteroliu@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Richard <heteroliu@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Accumulated sum
Content-Type: text/plain; charset="iso-8859-1"

Hi,

A very stupid question...

If I have data look like this

number --------- 10 12 13 15

and I would like to add a column as accumulated sum for this field...

number acc ---------------- 10 10 12 22 13 35 15 50

Can I do this in proc tabluate?

Thank you in advance.


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