<?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 Joining SAS Dataset with Teradata table insert into volatile table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Joining-SAS-Dataset-with-Teradata-table-insert-into-volatile/m-p/403721#M278953</link>
    <description>&lt;P&gt;I want to join a SAS table to a teradata table which I have figured out how to do but now I want to dump the results into a volatile table to use this in the rest of my Teradata coding. Below is an example of what I am trying to do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME tdvolt TERADATA&amp;nbsp; authdomain=teradata server='server mode=teradata connection=global dbmstemp=yes multi_datasrc_opt=in_clause;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql noerrorstop;&lt;BR /&gt;connect to teradata (authdomain=teradata server='' connection=global mode=teradata multi_datasrc_opt=in_clause);&lt;BR /&gt;execute (drop table volatile_table) by teradata;&lt;BR /&gt;execute&lt;BR /&gt;(create volatile table &lt;SPAN&gt;volatile_table&lt;/SPAN&gt; as&lt;/P&gt;&lt;P&gt;(select b.*,a.test&lt;/P&gt;&lt;P&gt;from&amp;nbsp;SAS.table a&lt;BR /&gt;left join tdvolt.table (dbmaster=yes) b&lt;BR /&gt;on a.test&amp;nbsp;= b.test&lt;/P&gt;&lt;P&gt;) with data no primary index on commit preserve rows;&lt;BR /&gt;) by teradata;&lt;BR /&gt;quit;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 22:00:04 GMT</pubDate>
    <dc:creator>bthe</dc:creator>
    <dc:date>2017-10-12T22:00:04Z</dc:date>
    <item>
      <title>Joining SAS Dataset with Teradata table insert into volatile table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Joining-SAS-Dataset-with-Teradata-table-insert-into-volatile/m-p/403721#M278953</link>
      <description>&lt;P&gt;I want to join a SAS table to a teradata table which I have figured out how to do but now I want to dump the results into a volatile table to use this in the rest of my Teradata coding. Below is an example of what I am trying to do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME tdvolt TERADATA&amp;nbsp; authdomain=teradata server='server mode=teradata connection=global dbmstemp=yes multi_datasrc_opt=in_clause;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql noerrorstop;&lt;BR /&gt;connect to teradata (authdomain=teradata server='' connection=global mode=teradata multi_datasrc_opt=in_clause);&lt;BR /&gt;execute (drop table volatile_table) by teradata;&lt;BR /&gt;execute&lt;BR /&gt;(create volatile table &lt;SPAN&gt;volatile_table&lt;/SPAN&gt; as&lt;/P&gt;&lt;P&gt;(select b.*,a.test&lt;/P&gt;&lt;P&gt;from&amp;nbsp;SAS.table a&lt;BR /&gt;left join tdvolt.table (dbmaster=yes) b&lt;BR /&gt;on a.test&amp;nbsp;= b.test&lt;/P&gt;&lt;P&gt;) with data no primary index on commit preserve rows;&lt;BR /&gt;) by teradata;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 22:00:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Joining-SAS-Dataset-with-Teradata-table-insert-into-volatile/m-p/403721#M278953</guid>
      <dc:creator>bthe</dc:creator>
      <dc:date>2017-10-12T22:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Joining SAS Dataset with Teradata table insert into volatile table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Joining-SAS-Dataset-with-Teradata-table-insert-into-volatile/m-p/403910#M278954</link>
      <description>This Teradata specific syntax. If you want to continue with explicit pass through you will better off asking this at a Teradata forum.</description>
      <pubDate>Fri, 13 Oct 2017 12:56:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Joining-SAS-Dataset-with-Teradata-table-insert-into-volatile/m-p/403910#M278954</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-10-13T12:56:03Z</dc:date>
    </item>
  </channel>
</rss>

