Date: Thu, 21 May 2009 08:46:14 -0400
Reply-To: Suren gc <gc_suren@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Suren gc <gc_suren@YAHOO.COM>
Subject: Extract subset
I have a data from which I want to get the subset where Sending is same but
receiving is different.
Data is as follows:
Send Receiving
----------------
AR Atlanta
AR Atlanta
GA DC
GA DC
FL DC
FL Atlanta
NY Atlanta
NY DC
Data I want to extract:
Send Receiving
FL DC
FL Atlanta
NY Atlanta
NY DC
Thanks,
Suren
|