Date: Tue, 15 Jan 2002 10:55:04 -0500
Reply-To: Rick_D_Bargar@CHCMAIL.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Rick Bargar <Rick_D_Bargar@CHCMAIL.COM>
Subject: Tables Statement
Content-type: text/plain; charset=us-ascii
I have the following tables statement
TABLES STATUS * COUNTS / NOCOL NOROW ;
This is how my table prints:
Frequency|
Percent |ONE |THREE |TWO | Total
---------+--------+--------+--------+
ACTIVE | 807 | 0 | 44 | 851
| 69.39 | 0.00 | 3.78 | 73.17
---------+--------+--------+--------+
INACTIVE | 297 | 1 | 14 | 312
| 25.54 | 0.09 | 1.20 | 26.83
---------+--------+--------+--------+
Total 1104 1 58 1163
94.93 0.09 4.99 100.00
I would like it to have "ONE TWO THREE" in order across the top (not
alphabetical, but numeric).
I think I ran across this in the manual at one time but cant seem to find it
now. I changed it to add
X'01' in front of ONE, etc. but that looks messy. Any ideas?
Thanks
Rick Bargar