<?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: Teradata row not delivered (trget): Numeric overflow occurred during computation. in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205854#M4667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure that debug= will work. This is the recommended command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPTIONS SASTRACE=',,,d' SASTRACELOC=saslog NOSTSUFFIX;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 18:48:51 GMT</pubDate>
    <dc:creator>JBailey</dc:creator>
    <dc:date>2015-03-20T18:48:51Z</dc:date>
    <item>
      <title>ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205842#M4655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to execute a PROC SQL query to a teradata database where I only pull data (I perform no computations) but I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of this tip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/31/658.html" title="http://support.sas.com/kb/31/658.html"&gt;http://support.sas.com/kb/31/658.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as you can see from my code snippet below, I am using teradata mode.&amp;nbsp; The query works in Teradata SQL assistant.&amp;nbsp; How can I get it to work in SAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Eric&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; connect to teradata (user=USERNAME password=PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; database=DATABASE server=SERVER mode=teradata connection=global);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table alldata as select * from connection to teradata&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SELECT&amp;nbsp; distinct var1, var2...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;disconnect from teradata;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 15:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205842#M4655</guid>
      <dc:creator>ewgrashorn</dc:creator>
      <dc:date>2015-03-19T15:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205843#M4656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why this happens, but try to use:&lt;/P&gt;&lt;P&gt;options debug=',,,d' sastraceloc=saslog nostsuffix;&lt;/P&gt;&lt;P&gt;This will hopefully give you some more information in the log about what Teradata is doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 16:45:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205843#M4656</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-03-19T16:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205844#M4657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could one of the columns that you are retrieving be in a numeric form that overflows the SAS numeric data type (8 byte floating point). I used to have a similar problem with another DBMS that had an 8 byte integer data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 16:47:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205844#M4657</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-03-19T16:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205845#M4658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linus, that's a good suggestion.&amp;nbsp; Unfortunately it didn't provide any further information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 16:57:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205845#M4658</guid>
      <dc:creator>ewgrashorn</dc:creator>
      <dc:date>2015-03-19T16:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205846#M4659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using COUNT() function? Using MODE=TERADATA the COUNT() function can generate that message if you have too large a number.&amp;nbsp; &lt;/P&gt;&lt;P&gt;You can fix it by casting the value CAST(count(*) as float) &lt;/P&gt;&lt;P&gt;Or use MODE=ANSI instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 16:58:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205846#M4659</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-03-19T16:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205847#M4660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Tom, that's the only possible answer.&amp;nbsp; But doesn't it mean that there's something wrong with SAS's implementation of Teradata if the logic executes under Teradata SQL Assistant but throws such a cryptic error under SAS?&amp;nbsp; And as this link inidicates:&lt;A href="http://support.sas.com/kb/31/658.html" title="http://support.sas.com/kb/31/658.html"&gt;31658 - A numeric-overflow error occurs during computation with SAS/ACCESS® Interface to Teradata&lt;/A&gt; there are known issues with SAS's implementation.&amp;nbsp; Is there any way to contact SAS development and ask them to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 17:01:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205847#M4660</guid>
      <dc:creator>ewgrashorn</dc:creator>
      <dc:date>2015-03-19T17:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205848#M4661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Other Tom, that's the reason I posted the issue in the first place.&amp;nbsp; No calculations are taking place, which makes it an especially confusing error code to have thrown.&amp;nbsp; The issue must be as TomKari describes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 17:03:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205848#M4661</guid>
      <dc:creator>ewgrashorn</dc:creator>
      <dc:date>2015-03-19T17:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205849#M4662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure that I'd call it a cryptic message; it seems to clearly indicate the problem. Also, in terms of Teradata and SAS, you're running this as a pass-through query, so you're taking most of the SAS facilities out of the picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The key issue is, if you're trying to retrieve a number that can't be represented correctly in the SAS 8 byte floating point format, you're going to have problems no matter what. I think the usual solution to this is to force a conversion to a character variable, big enough to contain all the digits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a fundamental problem in computer number representation; it can't really be "fixed".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 17:24:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205849#M4662</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-03-19T17:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205850#M4663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But as this is a known issue, apparently, and SAS thinks that they solved it by introducing the mode=teradata.&amp;nbsp; They didn't.&amp;nbsp; I'm getting the error that they claim that they solved.&amp;nbsp; And I stand by my assertion that "during computation" is cryptic because I wasn't doing *ANY* computations, all I was doing was pulling variables out of the database.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 17:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205850#M4663</guid>
      <dc:creator>ewgrashorn</dc:creator>
      <dc:date>2015-03-19T17:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205851#M4664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd say it is time to track your problem with SAS Tech Support if you haven't done so already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 18:52:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205851#M4664</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-03-19T18:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205852#M4665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mode=Teradata and mode=ansi do not really help on variable type conversion. This is about commiting &lt;A href="https://developer.teradata.com/doc/connectivity/tdnetdp/14.00/webhelp/Teradata%20Versus%20ANSI%20Session%20Modes.html" title="https://developer.teradata.com/doc/connectivity/tdnetdp/14.00/webhelp/Teradata%20Versus%20ANSI%20Session%20Modes.html"&gt;%%ItemTitle%%&amp;lt;/title&amp;gt;" --&amp;gt;&amp;lt;title&amp;gt;Teradata Versus ANSI Session Mode&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Those 8-byte integers can contain values that do not fit into 8 byte floatings, it that is your issue than do not transport your Teradata data to SAS. Let it be there in Teradata why are you copying it to saswork?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could be confused by your SQL as you are doing a connect statement thinking you are doing explicit SQL coding, wrong. It is still SAS SQL.&lt;BR /&gt; See; &lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/67589/HTML/default/viewer.htm#n15q85z7nwkl3pn189ekttbnnzbe.htm" title="http://support.sas.com/documentation/cdl/en/acreldb/67589/HTML/default/viewer.htm#n15q85z7nwkl3pn189ekttbnnzbe.htm"&gt;SAS/ACCESS(R) 9.4 for Relational Databases: Reference, Sixth Edition&lt;/A&gt; SQL Pass-Through Facility Specifics for Teradata &lt;BR /&gt;The difference for the modes and the usage for explicit SQL is givenm note the "execute&amp;nbsp; (&amp;nbsp; )" usage. Remember to specify a table with data or as view as destination within TD not SAS.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The world is changing is you could look at Proc DS2 &lt;A href="http://support.sas.com/documentation/cdl/en/ds2ref/68056/HTML/default/viewer.htm#p0qykqw1fdra8dn1449vxg9ydfkk.htm" title="http://support.sas.com/documentation/cdl/en/ds2ref/68056/HTML/default/viewer.htm#p0qykqw1fdra8dn1449vxg9ydfkk.htm"&gt;SAS(R) 9.4 DS2 Language Reference, Fourth Edition&lt;/A&gt;&amp;nbsp; and FED-SQL &lt;A href="http://support.sas.com/documentation/cdl/en/fedsqlref/67364/HTML/default/viewer.htm#p1uao2myrymg6bn1c5sd610r87cg.htm" title="http://support.sas.com/documentation/cdl/en/fedsqlref/67364/HTML/default/viewer.htm#p1uao2myrymg6bn1c5sd610r87cg.htm"&gt;SAS(R) 9.4 FedSQL Language Reference, Third Edition&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The difference with the old known SAS types is that they are supporting a lot of other types often used in those rdbms systems.&lt;/P&gt;&lt;P&gt;Incompatible designs cannot be fixed. You have to be ware of those designs and use the best one for your needs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 20:41:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205852#M4665</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-03-19T20:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205853#M4666</link>
      <description>&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A id="jive-82300442252954179687186" class="jiveTT-hover-user jive-username-link" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #0e66ba; text-decoration: underline;" href="https://communities.sas.com/people/ewgrashorn" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="823004" data-username="ewgrashorn" target="_blank"&gt;ewgrashorn&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which versions of SAS and Teradata are you using? In this case, the word computation probably means conversion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;It is highly likely that you are querying a Teradata view. This view could contain a calculation such as SUM. So, don't rule it out.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;SAS is giving you the error - it isn't a problem with the query being sent to Teradata. SAS is telling you that Teradata is returning a value which will not fit into a SAS data type. If you can show your actual query, and the DDL for your table or view, it may help the SAS community solve your problem.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; If you see NUMBER or BIGINT data types in your table it may be your culprit.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;These commands may help you out. It is best to run them in BTEQ (SQL Assistant should work too).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;SHOW displays the DDL used to create the table/view.&lt;/P&gt;
&lt;P&gt;SHOW TABLE tablename;&lt;/P&gt;
&lt;P&gt;SHOW VIEW viewname;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HELP will show you a list of the columns.&lt;/P&gt;
&lt;P&gt;HELP TABLE table_name;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can run these commands via SAS. The HELP commands format the results better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc sql;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; connect to teradata (user=USERNAME password=PASSWORD&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; database=DATABASE server=SERVER mode=teradata connection=global);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table alldata_help as select * from connection to teradata&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (HELP TABLE mytable); /* the SHOW commands will work here too */&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck and best wishes,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 15:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205853#M4666</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2017-12-13T15:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata row not delivered (trget): Numeric overflow occurred during computation.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205854#M4667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure that debug= will work. This is the recommended command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPTIONS SASTRACE=',,,d' SASTRACELOC=saslog NOSTSUFFIX;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 18:48:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/ERROR-Teradata-row-not-delivered-trget-Numeric-overflow-occurred/m-p/205854#M4667</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2015-03-20T18:48:51Z</dc:date>
    </item>
  </channel>
</rss>

