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 (September 2000, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 4 Sep 2000 11:49:37 -0400
Reply-To:   lgregg@cronkite.cc.uga.edu, al@cronkite.cc.uga.edu, acm@cronkite.cc.uga.edu, punkto@cronkite.cc.uga.edu, org@cronkite.cc.uga.edu, fix@cronkite.cc.uga.edu, address@cronkite.cc.uga.edu, as@cronkite.cc.uga.edu, seems@cronkite.cc.uga.edu
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Larry Gregg <lgregg@ACM.ORG>
Subject:   Re: cumulative sum
Content-Type:   text/plain; charset=us-ascii

James:

In the options part of the Tables statement, you can output the results of Proc Freq to a SAS data set. You can print this data set with Proc Print or Proc Report, and you can issue a Label statement to get new column headings.

Good luck.


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