LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2009, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 3 Nov 2009 08:06:43 -0800
Reply-To:   ash007 <ramsamyashley@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   ash007 <ramsamyashley@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   remove double
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

Hello Sas-Users,

Is there an option to the PROC SORT so that it become case sensitive please. so that it remove the first ou the second line.

DATA TABLE_BIDON; INPUT X1 X2 X3 X4 X5 $; CARDS; 2 5 5 1161 ABELIEN 2 5 5 1161 abelien 82 1 5 1499 ANIEL ; RUN;

PROC SORT DATA = TABLE_BIDON NODUPKEYS; BY _ALL_; RUN;

Thanks.

ash_rmy.


Back to: Top of message | Previous page | Main SAS-L page