Date: Mon, 1 Oct 2001 01:01:59 -0700
Reply-To: ninon <ndavi@AUFEMININ.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: ninon <ndavi@AUFEMININ.COM>
Organization: http://groups.google.com/
Subject: PROC SORT
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I want to sort a data set with small letter and capital letter
like :
Before the sort the data set is :
Paris
London
Bruxelle
france
belgique
After the sort the data set is :
belgique
Bruxelle
france
London
Paris
with a PROC SORT how I do it ?
THANKS
NINON