<?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: hash vs proc sql join in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531595#M145528</link>
    <description>&lt;P&gt;And that's a very fine introduction to hash programming:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/store/books/categories/usage-and-reference/sas-hash-object-programming-made-easy/prodBK_62230_en.html" target="_blank" rel="noopener"&gt;SAS Hash Object Programming Made Easy&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jan 2019 10:14:20 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-01-31T10:14:20Z</dc:date>
    <item>
      <title>hash vs proc sql join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531556#M145502</link>
      <description>&lt;P&gt;Could you please help me understand the difference between hash join and proc sql join?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 06:10:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531556#M145502</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2019-01-31T06:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: hash vs proc sql join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531558#M145504</link>
      <description>&lt;P&gt;Maxim 1: Read the Documentation&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lrcon&amp;amp;docsetTarget=n0f1o4z0kjttssn15qnysjq1mzf3.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;Data Step Component Objects&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=sqlproc&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;SQL Procedure Users Guide&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 06:19:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531558#M145504</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-31T06:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: hash vs proc sql join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531559#M145505</link>
      <description>&lt;P&gt;And use the search function of the communities to find hash- and SQL-related posts.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 06:51:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531559#M145505</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-31T06:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: hash vs proc sql join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531560#M145506</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8409"&gt;@Babloo&lt;/a&gt;&amp;nbsp; , Besides documentation, why not invest in some books offered by SAS press?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PROC SQL: Beyond the Basics Using SAS, Second Edition&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 06:23:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531560#M145506</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-01-31T06:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: hash vs proc sql join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531585#M145524</link>
      <description>&lt;P&gt;Perhaps just adding confusion, but "hash" is a quite generic term. If one refer to the programming technique in the data step, I think we should call it Hash Table (join).&lt;/P&gt;
&lt;P&gt;Because, you can do hash joins in SQL as well (but here it happens behind the scenes given certain criteria’s, upon which the optimizer makes a decision what algorithm to use).&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 08:33:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531585#M145524</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2019-01-31T08:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: hash vs proc sql join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531595#M145528</link>
      <description>&lt;P&gt;And that's a very fine introduction to hash programming:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/store/books/categories/usage-and-reference/sas-hash-object-programming-made-easy/prodBK_62230_en.html" target="_blank" rel="noopener"&gt;SAS Hash Object Programming Made Easy&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 10:14:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/hash-vs-proc-sql-join/m-p/531595#M145528</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-31T10:14:20Z</dc:date>
    </item>
  </channel>
</rss>

