<?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 Regarding Dup key in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Regarding-Dup-key/m-p/54196#M15009</link>
    <description>Hi ,&lt;BR /&gt;
&lt;BR /&gt;
Please explain whats the main difference between dupkey and nodupkey in order to remove the duplicate records ?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance !!!</description>
    <pubDate>Wed, 20 Apr 2011 20:26:35 GMT</pubDate>
    <dc:creator>raveena</dc:creator>
    <dc:date>2011-04-20T20:26:35Z</dc:date>
    <item>
      <title>Regarding Dup key</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Regarding-Dup-key/m-p/54196#M15009</link>
      <description>Hi ,&lt;BR /&gt;
&lt;BR /&gt;
Please explain whats the main difference between dupkey and nodupkey in order to remove the duplicate records ?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance !!!</description>
      <pubDate>Wed, 20 Apr 2011 20:26:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Regarding-Dup-key/m-p/54196#M15009</guid>
      <dc:creator>raveena</dc:creator>
      <dc:date>2011-04-20T20:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Dup key</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Regarding-Dup-key/m-p/54197#M15010</link>
      <description>Hello Raveena,&lt;BR /&gt;
&lt;BR /&gt;
If you talking about proc SORT it has only NODUPKEY option (to my knowlege), and this is a description:&lt;BR /&gt;
&lt;BR /&gt;
NODUPKEY &lt;BR /&gt;
checks for and eliminates observations with duplicate BY values. If you specify this option, then PROC SORT compares all BY values for each observation to the ones for the previous observation that is written to the output data set. If an exact match is found, then the observation is not written to the output data set. &lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Wed, 20 Apr 2011 20:53:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Regarding-Dup-key/m-p/54197#M15010</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2011-04-20T20:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Dup key</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Regarding-Dup-key/m-p/54198#M15011</link>
      <description>Raveena,&lt;BR /&gt;
&lt;BR /&gt;
Be careful with this.  NODUPKEY will not remove duplicate records; it removes records with duplicate keys.  The NODUP option gets closer, but it still assumes that you have sorted by a sufficient number of keys to uniquely identify the records.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/1/566.html" target="_blank"&gt;http://support.sas.com/kb/1/566.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Wed, 20 Apr 2011 21:08:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Regarding-Dup-key/m-p/54198#M15011</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-04-20T21:08:44Z</dc:date>
    </item>
  </channel>
</rss>

