<?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 Combine hash object and pass through in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Combine-hash-object-and-pass-through/m-p/452491#M114204</link>
    <description>&lt;DIV class="tw-swapa"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;Hello,&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;I'm&amp;nbsp;doing&amp;nbsp;a join between a small&amp;nbsp;table&amp;nbsp;in the work whith a big table in the teradata.&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;I thought about the hash objet.&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;When i use the libname if&amp;nbsp;i call a table teradata in the step set tera.big_dataset,&amp;nbsp; the join work normaly whith&amp;nbsp;long time&amp;nbsp;of treatement.&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;can'i combine à objet hash&amp;nbsp;and path through&lt;/DIV&gt;
&lt;DIV class="oSioSc"&gt;
&lt;DIV&gt;
&lt;DIV class="tw-ta-container tw-nfl"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="tw-ta-container tw-nfl"&gt;Thank you&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 09 Apr 2018 14:03:31 GMT</pubDate>
    <dc:creator>mansour_ibrahim</dc:creator>
    <dc:date>2018-04-09T14:03:31Z</dc:date>
    <item>
      <title>Combine hash object and pass through</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Combine-hash-object-and-pass-through/m-p/452491#M114204</link>
      <description>&lt;DIV class="tw-swapa"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;Hello,&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;I'm&amp;nbsp;doing&amp;nbsp;a join between a small&amp;nbsp;table&amp;nbsp;in the work whith a big table in the teradata.&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;I thought about the hash objet.&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;When i use the libname if&amp;nbsp;i call a table teradata in the step set tera.big_dataset,&amp;nbsp; the join work normaly whith&amp;nbsp;long time&amp;nbsp;of treatement.&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;can'i combine à objet hash&amp;nbsp;and path through&lt;/DIV&gt;
&lt;DIV class="oSioSc"&gt;
&lt;DIV&gt;
&lt;DIV class="tw-ta-container tw-nfl"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="tw-ta-container tw-nfl"&gt;Thank you&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Apr 2018 14:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Combine-hash-object-and-pass-through/m-p/452491#M114204</guid>
      <dc:creator>mansour_ibrahim</dc:creator>
      <dc:date>2018-04-09T14:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Combine hash object and pass through</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Combine-hash-object-and-pass-through/m-p/452494#M114205</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/121073"&gt;@mansour_ibrahim&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;DIV class="tw-swapa"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;Hello,&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;I'm&amp;nbsp;doing&amp;nbsp;a join between a small&amp;nbsp;table&amp;nbsp;in the work whith a big table in the teradata.&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;I thought about the hash objet.&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;When i use the libname if&amp;nbsp;i call a table teradata in the step set tera.big_dataset,&amp;nbsp; the join work normaly whith&amp;nbsp;long time&amp;nbsp;of treatement.&lt;/DIV&gt;
&lt;DIV class="tw-swapa"&gt;can'i combine à objet hash&amp;nbsp;and path through&lt;/DIV&gt;
&lt;DIV class="oSioSc"&gt;
&lt;DIV&gt;
&lt;DIV class="tw-ta-container tw-nfl"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="tw-ta-container tw-nfl"&gt;Thank you&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No. Your problem comes from the fact that you load the Teradata table over to SAS. Either try to make that downloaded data as small as possible (select list, where condition), or load your SAS table to Teradata and join in an explicit pass-through.&lt;/P&gt;
&lt;P&gt;The hash object is data step only and is not available in proc SQL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For detailed help, post your code as advised in &lt;A href="https://communities.sas.com/t5/help/faqpage/faq-category-id/posting#posting" target="_blank"&gt;https://communities.sas.com/t5/help/faqpage/faq-category-id/posting#posting&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 14:07:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Combine-hash-object-and-pass-through/m-p/452494#M114205</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-04-09T14:07:25Z</dc:date>
    </item>
  </channel>
</rss>

