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 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 28 Nov 2007 16:59:47 -0500
Reply-To:   Hari Nath <hari_s_nath@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Hari Nath <hari_s_nath@YAHOO.COM>
Subject:   how to output duplicates to a dataset

Hi all,

Following code removes around 2000 duplicate observations. I would like to see which ones are eliminated. I think in the recent SUGI, someone gave like a Proc summary trick to do this....does someone has an idea or quick fix that they use for self check.....

proc sort data=fintest out=sort_fin nodup ; by sequence ; run ;

many thanks hari


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