<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Remove duplicates thru datastep in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Remove-duplicates-thru-datastep/m-p/722873#M224218</link>
    <description>&lt;P&gt;You already have it. Use a BY statement and either the first. or last. variable in a subsetting IF. After 340+ posts here, this will be child's play for you.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Mar 2021 15:11:36 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-03-02T15:11:36Z</dc:date>
    <item>
      <title>Remove duplicates thru datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-duplicates-thru-datastep/m-p/722863#M224210</link>
      <description>&lt;P&gt;data new;&lt;BR /&gt;input Client_No$ Client_name$&amp;amp;20.;&lt;BR /&gt;cards;&lt;BR /&gt;1234 Julie&lt;BR /&gt;1234 Julie Tremblay&lt;BR /&gt;4567 George&lt;BR /&gt;5678 Alex&lt;BR /&gt;5678 Alexander&lt;BR /&gt;9123 Bob&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc sort data=new;&lt;BR /&gt;by Client_No;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;How to remove duplicates thru datastep (first.and last.)&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 14:20:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-duplicates-thru-datastep/m-p/722863#M224210</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2021-03-02T14:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicates thru datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-duplicates-thru-datastep/m-p/722870#M224215</link>
      <description>&lt;P&gt;I don't see any duplicates.&amp;nbsp; What would you like the result to be?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 15:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-duplicates-thru-datastep/m-p/722870#M224215</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2021-03-02T15:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicates thru datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remove-duplicates-thru-datastep/m-p/722873#M224218</link>
      <description>&lt;P&gt;You already have it. Use a BY statement and either the first. or last. variable in a subsetting IF. After 340+ posts here, this will be child's play for you.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 15:11:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remove-duplicates-thru-datastep/m-p/722873#M224218</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-03-02T15:11:36Z</dc:date>
    </item>
  </channel>
</rss>

