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 (February 2010, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 20 Feb 2010 20:55:54 -0500
Reply-To:     Jinto83 <jinto83@SINA.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jinto83 <jinto83@SINA.COM>
Organization: Netfront http://www.netfront.net/
Subject:      dupflag in merge
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="iso-8859-1"

Is there an option in merge that would indicate a duplicate exists in the by group?

Eg. data outputdata; merge fileA fileB; by VarX VarY; duplicate_flag=1 if exists duplicate within VarX VarY group;

--- news://freenews.netfront.net/ - complaints: news@netfront.net ---


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