| Date: | Thu, 4 Apr 1996 14:48:12 GMT |
| Reply-To: | Thom Kunselman <tek@POP.UKY.EDU> |
| Sender: | "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU> |
| From: | Thom Kunselman <tek@POP.UKY.EDU> |
| Organization: | University of Kentucky |
| Subject: | Re: Proc Tabulate Question |
|---|
Would ORDER=FREQ do what you want?
In article <9604031347.AA08580@rdsrv2>, Chuck Makinson
<clmakinson@GOODYEAR.COM> wrote:
>I have a standard cross-tabulation report generated by Proc Tabulate. The
>right hand and bottom footer are 'ALL' . I need the columns and rows sorted
>by the value of the ALL variable. Any ideas?
>
>I know I could use brute force and preprocess the input dataset and then
>specify the ORDER=DATA option in Proc Tabulate; but I am looking for
>a kiss solution that might work within Tabulate.
>-----------------------------------------------------------
> The Goodyear Tire & Rubber Company
> Charles Makinson - Dept 453D Voice: (330) 796-6947
> 1144 E. Market St. Fax: (330) 796-7444
> Akron, OH 44316
> U.S.A. clmakinson@goodyear.com
>--------------------------------------------------------------
|