<?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: Two combinations of a unique ID in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428652#M27652</link>
    <description>&lt;P&gt;Try PROC SORT with the NODUPKEY option.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jan 2018 23:16:09 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-01-17T23:16:09Z</dc:date>
    <item>
      <title>Two combinations of a unique ID</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428488#M27618</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I want to select a unique record by ID (mid), and I have two combinations of the ID, how do I pull that from a single table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 405px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17924i4BE071AEFEEA1C16/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 16:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428488#M27618</guid>
      <dc:creator>Dogo23</dc:creator>
      <dc:date>2018-01-17T16:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Two combinations of a unique ID</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428489#M27619</link>
      <description>&lt;P&gt;which one do you need to pick from communication_nm as i see those are two different values?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 16:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428489#M27619</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-01-17T16:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Two combinations of a unique ID</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428490#M27620</link>
      <description>&lt;P&gt;What do you mean by 2 combinations?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why doesn't a straightforward WHERE condition work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where mid = 'M12341234';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Jan 2018 16:58:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428490#M27620</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-17T16:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Two combinations of a unique ID</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428627#M27647</link>
      <description>&lt;P&gt;Good question, it's because there are other ID's from that table that will need to be pulled as well. That's why I can't specify one unique ID in a where statement.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 22:08:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428627#M27647</guid>
      <dc:creator>Dogo23</dc:creator>
      <dc:date>2018-01-17T22:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Two combinations of a unique ID</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428628#M27648</link>
      <description>&lt;P&gt;It really doesn't matter, it could be random or based on date/time. This is occurring because someone submitted this campaign from an application twice (which is why the ID remains the same), but changed the name of the communication.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 22:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428628#M27648</guid>
      <dc:creator>Dogo23</dc:creator>
      <dc:date>2018-01-17T22:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Two combinations of a unique ID</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428652#M27652</link>
      <description>&lt;P&gt;Try PROC SORT with the NODUPKEY option.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 23:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-combinations-of-a-unique-ID/m-p/428652#M27652</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-17T23:16:09Z</dc:date>
    </item>
  </channel>
</rss>

