<?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 data record duplication in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/data-record-duplication/m-p/38691#M7803</link>
    <description>i have a data set &lt;BR /&gt;
contains about 5000 records&lt;BR /&gt;
and 250 or more columns&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
how can i check the duplication records or find out all smiler record???</description>
    <pubDate>Sun, 10 Jan 2010 18:17:34 GMT</pubDate>
    <dc:creator>hangtinching</dc:creator>
    <dc:date>2010-01-10T18:17:34Z</dc:date>
    <item>
      <title>data record duplication</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-record-duplication/m-p/38691#M7803</link>
      <description>i have a data set &lt;BR /&gt;
contains about 5000 records&lt;BR /&gt;
and 250 or more columns&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
how can i check the duplication records or find out all smiler record???</description>
      <pubDate>Sun, 10 Jan 2010 18:17:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-record-duplication/m-p/38691#M7803</guid>
      <dc:creator>hangtinching</dc:creator>
      <dc:date>2010-01-10T18:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: data record duplication</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-record-duplication/m-p/38692#M7804</link>
      <description>Investigate using PROC SORT options DUPSOUT - do remember that your BY variable list must be granular enough to generate "adjacent" duplicate records though, otherwise you may not see your duplicates removed.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sun, 10 Jan 2010 18:45:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-record-duplication/m-p/38692#M7804</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-01-10T18:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: data record duplication</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-record-duplication/m-p/38693#M7805</link>
      <description>Correction:  the option is DUPOUT, not DUPSOUT. &lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument to consider using:&lt;BR /&gt;
&lt;BR /&gt;
proc sort dupout site:sas.com</description>
      <pubDate>Sun, 10 Jan 2010 18:46:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-record-duplication/m-p/38693#M7805</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-01-10T18:46:09Z</dc:date>
    </item>
  </channel>
</rss>

