| Date: | Fri, 6 Jan 2006 13:36:18 -0800 |
| Reply-To: | shiling99@YAHOO.COM |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | shiling99@YAHOO.COM |
| Organization: | http://groups.google.com |
| Subject: | Re: question with PROC RANK? |
|
| In-Reply-To: | <1136581722.202684.28100@g44g2000cwa.googlegroups.com> |
| Content-Type: | text/plain; charset="iso-8859-1" |
|---|
Typo has been found in
proc rank data=cake out=high ties=low;
Change the ties=low to ties=high
|