| Date: | Tue, 9 Oct 2001 09:52:14 -0400 |
| Reply-To: | PAdkins@CHECKFREE.COM |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Paula M. Adkins" <PAdkins@CHECKFREE.COM> |
| Subject: | PROC FREQ Order of Output |
| Content-type: | text/plain; charset=us-ascii |
|---|
MVS SAS 8.0
In a proc freq what is the command to put the output in descending order?
Name Frequency
Widget 1 27
Widget 2 58
Widget 3 100
I want:
Name Frequency
Widget3 100
Widget2 58
Widget1 27
|