<?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: Error loading data in teradata volatile table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-in-teradata-volatile-table/m-p/611455#M178203</link>
    <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&lt;BR /&gt;I don’t have privilege to create permanent table so I am trying to create volatile table and load data into it.&lt;BR /&gt;I know fastload and multiliad won’t work with volatile table so trying to use multistmt but I am getting an error</description>
    <pubDate>Thu, 12 Dec 2019 21:48:24 GMT</pubDate>
    <dc:creator>nickspencer</dc:creator>
    <dc:date>2019-12-12T21:48:24Z</dc:date>
    <item>
      <title>Error loading data in teradata volatile table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-in-teradata-volatile-table/m-p/611450#M178199</link>
      <description>I am trying to load SAS dataset into a teradata table but I am getting error while using multistmt option with proc append. My program looks like below.&lt;BR /&gt;&lt;BR /&gt;Libname tdwork teradata user=“xxxxx” password=“xxxxx”&lt;BR /&gt;tdpid =“xxxx” connection=global dbmstemp=yes;&lt;BR /&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;connect to teradata (user=“xxxxxx” password=“xxxxxx” tdpid=“xxxxx” connection =global);&lt;BR /&gt;&lt;BR /&gt;execute ( create multiset volatile table test_tera&lt;BR /&gt;(column1 char(40))&lt;BR /&gt;no primary index&lt;BR /&gt;on commit preserve rows)&lt;BR /&gt;by teradata;&lt;BR /&gt;execute (commit work) by teradata;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;proc append base=tdwork.test_tera(multistmt=yes)&lt;BR /&gt;data =dataset1;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ERROR: Teradata connection: object ‘test_tera’ does not exist. Correct error and restart as an append process with option TPT_RESTART=YES. Since no checkpoints were taken, if previous run used FIRSTOBS=n, use the same value in the restart.&lt;BR /&gt;&lt;BR /&gt;Am I doing something incorrectly? When I remove multistmt option, it is running forever. I thought multistmt would work with volatile table.&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Dec 2019 21:27:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-in-teradata-volatile-table/m-p/611450#M178199</guid>
      <dc:creator>nickspencer</dc:creator>
      <dc:date>2019-12-12T21:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error loading data in teradata volatile table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-in-teradata-volatile-table/m-p/611453#M178201</link>
      <description>&lt;P&gt;How large is the data you are uploading?&lt;/P&gt;
&lt;P&gt;When I was working with Teradata I found it to be much faster to load the data into a permanent database since it would allow me to use FASTLOAD option.&amp;nbsp; I even had a macro that would automate loading into a unique permanent table name and then execute Teradata commands to copy it from the permanent database to the volatile table and delete the permanent table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 21:44:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-in-teradata-volatile-table/m-p/611453#M178201</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-12-12T21:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error loading data in teradata volatile table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-in-teradata-volatile-table/m-p/611455#M178203</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&lt;BR /&gt;I don’t have privilege to create permanent table so I am trying to create volatile table and load data into it.&lt;BR /&gt;I know fastload and multiliad won’t work with volatile table so trying to use multistmt but I am getting an error</description>
      <pubDate>Thu, 12 Dec 2019 21:48:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-in-teradata-volatile-table/m-p/611455#M178203</guid>
      <dc:creator>nickspencer</dc:creator>
      <dc:date>2019-12-12T21:48:24Z</dc:date>
    </item>
  </channel>
</rss>

