<?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: HOW TO SEE DUPLICATES  BY TWO VARIABLES IN A DATASET in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520217#M3984</link>
    <description>&lt;P&gt;dupout=&lt;/P&gt;</description>
    <pubDate>Tue, 11 Dec 2018 01:29:33 GMT</pubDate>
    <dc:creator>learsaas</dc:creator>
    <dc:date>2018-12-11T01:29:33Z</dc:date>
    <item>
      <title>HOW TO SEE DUPLICATES  BY TWO VARIABLES IN A DATASET</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520216#M3983</link>
      <description>&lt;P&gt;I know if I code like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sort data=zzz nodupkey;&lt;/P&gt;&lt;P&gt;by aa cc; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it will remove duplicate entries which have identical values in aa &amp;amp; cc. How can I see, instead of removing, the duplicates which got removed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 01:25:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520216#M3983</guid>
      <dc:creator>d6k5d3</dc:creator>
      <dc:date>2018-12-11T01:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO SEE DUPLICATES  BY TWO VARIABLES IN A DATASET</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520217#M3984</link>
      <description>&lt;P&gt;dupout=&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 01:29:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520217#M3984</guid>
      <dc:creator>learsaas</dc:creator>
      <dc:date>2018-12-11T01:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO SEE DUPLICATES  BY TWO VARIABLES IN A DATASET</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520218#M3985</link>
      <description>Sorry. I do not get how to use this. Where can I plug this in my code above?</description>
      <pubDate>Tue, 11 Dec 2018 01:42:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520218#M3985</guid>
      <dc:creator>d6k5d3</dc:creator>
      <dc:date>2018-12-11T01:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO SEE DUPLICATES  BY TWO VARIABLES IN A DATASET</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520220#M3987</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=zzz nodupkey dupout= xyz;
by aa cc; 
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Dec 2018 01:49:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520220#M3987</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2018-12-11T01:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO SEE DUPLICATES  BY TWO VARIABLES IN A DATASET</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520221#M3988</link>
      <description>&lt;P&gt;Here is a link to the documentation for DUPOUT:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p02bhn81rn4u64n1b6l00ftdnxge.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p02bhn81rn4u64n1b6l00ftdnxge.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 01:52:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520221#M3988</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-12-11T01:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO SEE DUPLICATES  BY TWO VARIABLES IN A DATASET</title>
      <link>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520222#M3989</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/239423"&gt;@d6k5d3&lt;/a&gt;&amp;nbsp;While dupout and such options offer pretty straight forward solutions, I'd recommend to get intuitive knowledge on by group processing in SAS, SQL, Proc freq, and in general counting techniques. A grasp of that will make you comfortable. The idea is to differentiate unique records, unique keys etc. The more you dig, you will venture into other concepts such as indexes and beyond or in other words one understanding leads to the next. Have fun!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 02:21:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/HOW-TO-SEE-DUPLICATES-BY-TWO-VARIABLES-IN-A-DATASET/m-p/520222#M3989</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-12-11T02:21:20Z</dc:date>
    </item>
  </channel>
</rss>

