<?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 do a inner join in SAS Enterprise Miner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/146088#M1447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eminer is for predictive analytics supporting that all in logical steps.&lt;/P&gt;&lt;P&gt;Data preparation should be done as a separate step before. With the Eminer license you get also Eguide and JMP to be able to that.&lt;/P&gt;&lt;P&gt;Of course you can use the eminer code node but why not use tools better suited for the question?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2014 08:18:54 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-08-08T08:18:54Z</dc:date>
    <item>
      <title>How to do a inner join in SAS Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/146085#M1444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using merge node.But, one data set contained 38,000 records , other data set contained 40,000 records and resultant data set contains 40,000 records. However it should contain 38000 records or less when we do inner join. So can&amp;nbsp; somebody please let me know how to do inner join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 16:58:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/146085#M1444</guid>
      <dc:creator>PruthviBhupathiraju</dc:creator>
      <dc:date>2014-08-01T16:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a inner join in SAS Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/146086#M1445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about open the program editor&amp;nbsp; and use the SQL procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="捕获.JPG" class="jive-image" src="https://communities.sas.com/legacyfs/online/7008_捕获.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 06:36:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/146086#M1445</guid>
      <dc:creator>YujunChiang</dc:creator>
      <dc:date>2014-08-08T06:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a inner join in SAS Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/146087#M1446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, in a code node, use (x being your merge variable(s))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=A;&lt;/P&gt;&lt;P&gt;by x;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=B;&lt;/P&gt;&lt;P&gt;by x;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data C;&lt;/P&gt;&lt;P&gt;merge&lt;/P&gt;&lt;P&gt;&amp;nbsp; A (in=in_a)&lt;/P&gt;&lt;P&gt;&amp;nbsp; B (in=in_b)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;by x;&lt;/P&gt;&lt;P&gt;if in_a and in_b;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 07:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/146087#M1446</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-08-08T07:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a inner join in SAS Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/146088#M1447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eminer is for predictive analytics supporting that all in logical steps.&lt;/P&gt;&lt;P&gt;Data preparation should be done as a separate step before. With the Eminer license you get also Eguide and JMP to be able to that.&lt;/P&gt;&lt;P&gt;Of course you can use the eminer code node but why not use tools better suited for the question?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 08:18:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/146088#M1447</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-08T08:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a inner join in SAS Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/146089#M1448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you are expecting 38000 records? What if you have multiple records in 40000 dataset for joining key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 10:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/146089#M1448</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-08-08T10:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to do a inner join in SAS Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/417471#M6395</link>
      <description>&lt;P&gt;We came across this one during our "Jam session" today, and just wanted to offer a minor tweak to the solution given by KurtBremser above (thank you KurtBremser!)... in order to have that data set exported to a subsequent node after the SAS Code node, you can do the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=A;&lt;/P&gt;
&lt;P&gt;by x;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=B;&lt;/P&gt;
&lt;P&gt;by x;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data &lt;STRONG&gt;&amp;amp;em_export_train&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;merge&lt;/P&gt;
&lt;P&gt;&amp;nbsp; A (in=in_a)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; B (in=in_b)&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;by x;&lt;/P&gt;
&lt;P&gt;if in_a and in_b;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 16:34:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-do-a-inner-join-in-SAS-Enterprise-Miner/m-p/417471#M6395</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2017-11-30T16:34:43Z</dc:date>
    </item>
  </channel>
</rss>

