| 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.
|