<?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 Error loading sas dataset in teradata volatile table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-sas-dataset-in-teradata-volatile-table/m-p/611834#M178424</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</description>
    <pubDate>Sun, 15 Dec 2019 02:27:30 GMT</pubDate>
    <dc:creator>nickspencer</dc:creator>
    <dc:date>2019-12-15T02:27:30Z</dc:date>
    <item>
      <title>Error loading sas dataset in teradata volatile table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-sas-dataset-in-teradata-volatile-table/m-p/611834#M178424</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</description>
      <pubDate>Sun, 15 Dec 2019 02:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-loading-sas-dataset-in-teradata-volatile-table/m-p/611834#M178424</guid>
      <dc:creator>nickspencer</dc:creator>
      <dc:date>2019-12-15T02:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error loading sas dataset in teradata volatile table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-sas-dataset-in-teradata-volatile-table/m-p/611939#M178467</link>
      <description>&lt;P&gt;You might get better luck on a Teradata forum.&lt;/P&gt;
&lt;P&gt;SAS just passes the command as is.&lt;/P&gt;
&lt;P&gt;If one command works and the other does not, it looks like a Teradata issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 02:25:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-loading-sas-dataset-in-teradata-volatile-table/m-p/611939#M178467</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-12-16T02:25:50Z</dc:date>
    </item>
  </channel>
</rss>

