Date: Wed, 16 Oct 2002 17:52:00 GMT
Reply-To: CKalisetty <ckalisetty@AOL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: CKalisetty <ckalisetty@AOL.COM>
Organization: AOL http://www.aol.com
Subject: proc format order
Hello all
Is there any way I can change the order in proc format.?
proc format
value $rep
'Y' ='yes'
'N' = 'no'
'U' = 'not known'
;
It seems SAS is using some soring order of it's own in the final listing. What
I want to do is get the final list like
'not known'
'yes'
'no'
Can I change the order?
Any help is appreciated.
Thanks
Sekhar
|