<?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 SAS Tip: Table lookup operations are fast with the Hash object in SAS Tips from the Community</title>
    <link>https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Table-lookup-operations-are-fast-with-the-Hash-object/m-p/436351#M41</link>
    <description>&lt;P&gt;A hash object permits table lookup operations to be performed considerably faster than other available methods found in the SAS system. Unlike a DATA step merge or PROC SQL join where the SAS system repeatedly accesses the contents of a table stored on disk to perform table lookup operations, a hash object reads the contents of a data set into memory once allowing the SAS system to repeatedly access it, as necessary.&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;Thanks to Kirk Paul Lafler&amp;nbsp;for this tip. Read more details in this paper from WUSS 2017:&amp;nbsp;&lt;A href="https://www.lexjansen.com/wuss/2017/19_Final_Paper_PDF.pdf" target="_blank" rel="noopener"&gt;A Hands-on Introduction to SAS DATA Step Hash Programming Techniques&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jan 2019 18:15:18 GMT</pubDate>
    <dc:creator>SAS_Tipster</dc:creator>
    <dc:date>2019-01-28T18:15:18Z</dc:date>
    <item>
      <title>SAS Tip: Table lookup operations are fast with the Hash object</title>
      <link>https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Table-lookup-operations-are-fast-with-the-Hash-object/m-p/436351#M41</link>
      <description>&lt;P&gt;A hash object permits table lookup operations to be performed considerably faster than other available methods found in the SAS system. Unlike a DATA step merge or PROC SQL join where the SAS system repeatedly accesses the contents of a table stored on disk to perform table lookup operations, a hash object reads the contents of a data set into memory once allowing the SAS system to repeatedly access it, as necessary.&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;Thanks to Kirk Paul Lafler&amp;nbsp;for this tip. Read more details in this paper from WUSS 2017:&amp;nbsp;&lt;A href="https://www.lexjansen.com/wuss/2017/19_Final_Paper_PDF.pdf" target="_blank" rel="noopener"&gt;A Hands-on Introduction to SAS DATA Step Hash Programming Techniques&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 18:15:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Table-lookup-operations-are-fast-with-the-Hash-object/m-p/436351#M41</guid>
      <dc:creator>SAS_Tipster</dc:creator>
      <dc:date>2019-01-28T18:15:18Z</dc:date>
    </item>
  </channel>
</rss>

