<?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 General SAS Question in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/General-SAS-Question/m-p/78807#M22722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a dataset(1) and want only the duplicates by MRN to output into another dataset(2)&lt;/P&gt;&lt;P&gt;so that I want to look at those MRN with&amp;nbsp; multiple records very closely....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dataset1(HAVE)&lt;/P&gt;&lt;P&gt;MRN&lt;/P&gt;&lt;P&gt;101&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;102&lt;/P&gt;&lt;P&gt;103&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dataset2(WANT)&lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 May 2013 15:51:37 GMT</pubDate>
    <dc:creator>robertrao</dc:creator>
    <dc:date>2013-05-18T15:51:37Z</dc:date>
    <item>
      <title>General SAS Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/General-SAS-Question/m-p/78807#M22722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a dataset(1) and want only the duplicates by MRN to output into another dataset(2)&lt;/P&gt;&lt;P&gt;so that I want to look at those MRN with&amp;nbsp; multiple records very closely....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dataset1(HAVE)&lt;/P&gt;&lt;P&gt;MRN&lt;/P&gt;&lt;P&gt;101&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;102&lt;/P&gt;&lt;P&gt;103&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dataset2(WANT)&lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;P&gt;104&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 May 2013 15:51:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/General-SAS-Question/m-p/78807#M22722</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2013-05-18T15:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: General SAS Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/General-SAS-Question/m-p/78808#M22723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data want; set have; by mrn; if not (first.mrn and last.mrn); run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 May 2013 16:02:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/General-SAS-Question/m-p/78808#M22723</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-05-18T16:02:05Z</dc:date>
    </item>
  </channel>
</rss>

