<?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 while pulling the data from Teradata in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/366203#M23980</link>
    <description>&lt;P&gt;Hello Kavi,&lt;/P&gt;&lt;P&gt;I'm facing the same issue and i wanted to ask you how did you solve it? I'm doing a query over a table that has one column not supported and even if i'm not selecting it, it's giving me this error.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mónica&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jun 2017 15:53:16 GMT</pubDate>
    <dc:creator>mma</dc:creator>
    <dc:date>2017-06-12T15:53:16Z</dc:date>
    <item>
      <title>Error while pulling the data from Teradata</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/41853#M4941</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
Here am facing an error while extracting the data from Teradata to SAS by using SQL pass through facility in SAS?EG.&lt;BR /&gt;
&lt;BR /&gt;
ERROR: At least one of the columns in this DBMS table has a datatype that is not supported by this engine.&lt;BR /&gt;
&lt;BR /&gt;
what could be the reason?&lt;BR /&gt;
Please advice?</description>
      <pubDate>Tue, 30 Nov 2010 21:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/41853#M4941</guid>
      <dc:creator>srisai</dc:creator>
      <dc:date>2010-11-30T21:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error while pulling the data from Teradata</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/41854#M4942</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I got resolved this issue.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Kavi</description>
      <pubDate>Wed, 01 Dec 2010 15:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/41854#M4942</guid>
      <dc:creator>srisai</dc:creator>
      <dc:date>2010-12-01T15:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error while pulling the data from Teradata</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/41855#M4943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS/Access to Teradata does not support BIGINT data, and it is usually the offending data type.&amp;nbsp; However, other data types are supported but still may cause data truncation and errors.&amp;nbsp; For example, DECIMAL(38,15) is supported by SAS/Access, but it has an invalid SAS format, so it creates a runtime format error in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An easy way to find BIGINT or other unsupported data is to do a Proc Contents on the table using the libname access method.&amp;nbsp; The erroneous columns will be in the SAS log.&amp;nbsp; You can also look in the listing for DECIMAL values where they are longer than 15 digits -- you may want to query the max and min for those columns before you cast them to something that SAS can read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS only represent 15 digits with exact precision in 64-bit operating systems.&amp;nbsp; You need to cast those bigger decimal types as DECIMAL(15) if they are in bounds, or CHARACTER(20) (or larger) if they are not.&amp;nbsp; Note that character keys are discouraged because they are slow to access in joins and they take up more space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 23:09:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/41855#M4943</guid>
      <dc:creator>RedPlanet</dc:creator>
      <dc:date>2015-01-15T23:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error while pulling the data from Teradata</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/366203#M23980</link>
      <description>&lt;P&gt;Hello Kavi,&lt;/P&gt;&lt;P&gt;I'm facing the same issue and i wanted to ask you how did you solve it? I'm doing a query over a table that has one column not supported and even if i'm not selecting it, it's giving me this error.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mónica&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 15:53:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/366203#M23980</guid>
      <dc:creator>mma</dc:creator>
      <dc:date>2017-06-12T15:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error while pulling the data from Teradata</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/366616#M23998</link>
      <description>I think that this is explained in many threads. &lt;BR /&gt;You need to either&lt;BR /&gt;- use explicit SQL pass through &lt;BR /&gt;- have a view created in TD that either omits or casts columns w unsupported data types</description>
      <pubDate>Tue, 13 Jun 2017 14:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/366616#M23998</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-06-13T14:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error while pulling the data from Teradata</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/828643#M41247</link>
      <description>Hi srisai,&lt;BR /&gt;&lt;BR /&gt;Can we do this convertion using implicit libname and in Data Step.?&lt;BR /&gt;&lt;BR /&gt;(I am facing the same issue while reading the data from Teradata and many columns getting dropped.)&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Aug 2022 04:50:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/828643#M41247</guid>
      <dc:creator>PrakashAdhav1</dc:creator>
      <dc:date>2022-08-15T04:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error while pulling the data from Teradata</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/828644#M41248</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can we do this convertion using implicit libname and in Data Step. and read the data from Teradata ?&lt;BR /&gt;&lt;BR /&gt;(I am facing the same issue while reading the data from Teradata and many columns getting dropped.)</description>
      <pubDate>Mon, 15 Aug 2022 04:55:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/828644#M41248</guid>
      <dc:creator>PrakashAdhav1</dc:creator>
      <dc:date>2022-08-15T04:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error while pulling the data from Teradata</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/828646#M41249</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/431573"&gt;@PrakashAdhav1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hi srisai,&lt;BR /&gt;&lt;BR /&gt;Can we do this convertion using implicit libname and in Data Step.?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No. You either need to do it in explicit pass-through or have a view created in Teradata (which you can also do in explicit pass-through).&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 05:49:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-pulling-the-data-from-Teradata/m-p/828646#M41249</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-08-15T05:49:41Z</dc:date>
    </item>
  </channel>
</rss>

