<?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: Issue while Inserting/Appending Records in Teradata Table through SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Issue-while-Inserting-Appending-Records-in-Teradata-Table/m-p/590489#M169002</link>
    <description>Which OS?&lt;BR /&gt;Have you read the paper: &lt;A href="http://support.sas.com/resources/papers/teradata.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/teradata.pdf&lt;/A&gt;</description>
    <pubDate>Fri, 20 Sep 2019 17:30:38 GMT</pubDate>
    <dc:creator>JosvanderVelden</dc:creator>
    <dc:date>2019-09-20T17:30:38Z</dc:date>
    <item>
      <title>Issue while Inserting/Appending Records in Teradata Table through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Issue-while-Inserting-Appending-Records-in-Teradata-Table/m-p/590398#M168968</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to read/select records from SQL server and &lt;STRONG&gt;insert/append&lt;/STRONG&gt; the same records to a Teradata Table.&lt;/P&gt;&lt;P&gt;When Using Mload Teradata Utility through 'DATA' Step in SAS.&lt;/P&gt;&lt;P&gt;SAS Enterprise Guide crashes when it encounters MLOAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAS Version&lt;/STRONG&gt; is SAS 9.4 TS&amp;nbsp; Level 1M3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;Error meassage&lt;/STRONG&gt; is&amp;nbsp;&lt;/P&gt;&lt;P&gt;“Read Access Violation APPEND (2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;Exception occurred at (0A67F9EC)”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Code is&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;%let uid = xxx;&lt;BR /&gt;%let pwd = xxx;&lt;/P&gt;&lt;P&gt;OPTIONS sastrace=",,,d";&lt;BR /&gt;&lt;BR /&gt;LIBNAME DUMMY TERADATA USER= "&amp;amp;uid.@LDAP" PASS="&amp;amp;pwd." mode=ansi server="DUMMY_SERVER" schema="DUMMY_SCHEMA";&lt;BR /&gt;LIBNAME DUMMY_SQL ODBC DSN="DUMMY" USER="&amp;amp;uid.@LDAP" PASSWORD="&amp;amp;pwd." SCHEMA="TEST_SCHEMA";&lt;/P&gt;&lt;P&gt;PROC SQL;&lt;BR /&gt;CONNECT TO ODBC(DSN="DUMMY" USER="&amp;amp;uid.@LDAP" PASSWORD="&amp;amp;pwd.");&lt;BR /&gt;CREATE TABLE WORK.INTERMEDIATE_TABLE AS&lt;BR /&gt;SELECT * FROM CONNECTION TO ODBC(SELECT top 2000 COLUMN_1 FROM TEST_TABLE&lt;BR /&gt;);&lt;BR /&gt;QUIT;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DATA DUMMY.TARGET_TABLE(DBCREATE_TABLE_OPTS="PRIMARY INDEX(COLUMN_1)" MultiLoad=YES&lt;BR /&gt;ML_LOG=TEST_LOG ML_CHECKPOINT=500);&lt;BR /&gt;SET WORK.INTERMEDIATE_TABLE;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, tried using TPT Utility too, faced the same issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA DUMMY.TARGET_TABLE(DBCREATE_TABLE_OPTS="PRIMARY INDEX(COLUMN_1)" TPT=YES&amp;nbsp; MultiLoad=YES&lt;BR /&gt;ML_LOG=TEST_LOG ML_CHECKPOINT=500);&lt;BR /&gt;SET WORK.INTERMEDIATE_TABLE;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 13:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Issue-while-Inserting-Appending-Records-in-Teradata-Table/m-p/590398#M168968</guid>
      <dc:creator>RahulG1</dc:creator>
      <dc:date>2019-09-20T13:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while Inserting/Appending Records in Teradata Table through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Issue-while-Inserting-Appending-Records-in-Teradata-Table/m-p/590489#M169002</link>
      <description>Which OS?&lt;BR /&gt;Have you read the paper: &lt;A href="http://support.sas.com/resources/papers/teradata.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/teradata.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 20 Sep 2019 17:30:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Issue-while-Inserting-Appending-Records-in-Teradata-Table/m-p/590489#M169002</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2019-09-20T17:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while Inserting/Appending Records in Teradata Table through SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Issue-while-Inserting-Appending-Records-in-Teradata-Table/m-p/590862#M169169</link>
      <description>&lt;P&gt;The OS is windows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Windows Version 6.2.9200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the paper, I have gone through this. The problem still persists&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 10:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Issue-while-Inserting-Appending-Records-in-Teradata-Table/m-p/590862#M169169</guid>
      <dc:creator>RahulG1</dc:creator>
      <dc:date>2019-09-23T10:14:39Z</dc:date>
    </item>
  </channel>
</rss>

