<?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: Inner join in SAS DI in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Inner-join-in-SAS-DI/m-p/292216#M311732</link>
    <description>Well, if you have the data, try and compare.&lt;BR /&gt;I would suspect that the performance is the same.</description>
    <pubDate>Wed, 17 Aug 2016 15:37:59 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-08-17T15:37:59Z</dc:date>
    <item>
      <title>Inner join in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inner-join-in-SAS-DI/m-p/292210#M311731</link>
      <description>&lt;P&gt;I am joining 2 large datasets in SAS DI using SQL join transformation. I am using inner join. Out of the below options which will take less time and why?&lt;BR /&gt;a)&lt;BR /&gt;Proc sql;&lt;BR /&gt;Create table abc as select a., b.city&amp;nbsp; from emp as a, emp_details as b&lt;BR /&gt;Where a.empid=b.empid;&lt;BR /&gt;Quit;&lt;BR /&gt;b)&lt;BR /&gt;Proc sql;&lt;BR /&gt;Create table abc as select a., b.city&amp;nbsp; from emp inner join emp_details as b&lt;BR /&gt;On a.empid=b.empid;&lt;BR /&gt;Quit;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 15:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inner-join-in-SAS-DI/m-p/292210#M311731</guid>
      <dc:creator>Ishaan</dc:creator>
      <dc:date>2016-08-17T15:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inner-join-in-SAS-DI/m-p/292216#M311732</link>
      <description>Well, if you have the data, try and compare.&lt;BR /&gt;I would suspect that the performance is the same.</description>
      <pubDate>Wed, 17 Aug 2016 15:37:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inner-join-in-SAS-DI/m-p/292216#M311732</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-08-17T15:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Inner-join-in-SAS-DI/m-p/292335#M311733</link>
      <description>&lt;PRE&gt;
They both are the same code. I could expect the same performance either .
&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Aug 2016 02:38:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Inner-join-in-SAS-DI/m-p/292335#M311733</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-08-18T02:38:05Z</dc:date>
    </item>
  </channel>
</rss>

