<?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: How do to access a bigint in Teradata from Enterprise Guide? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/228218#M5545</link>
    <description>Just updating to let folks know that the longer table and column names (32 chars) are supported with SAS/ACCESS Interface to Teradata as of SAS 9.4, maintenance release 3, which came out this past summer.</description>
    <pubDate>Fri, 02 Oct 2015 14:34:32 GMT</pubDate>
    <dc:creator>mebass</dc:creator>
    <dc:date>2015-10-02T14:34:32Z</dc:date>
    <item>
      <title>How do to access a bigint in Teradata from Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/217275#M5312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several fields in my Teradata installation which are BIGINT, in EG these fields do not ever show up.&amp;nbsp; I have to do a data describe on each table to see the error in the log to find the missing fields.&amp;nbsp; Is there a SAS Access engine patch to fix this?&amp;nbsp; I also need to know when SAS will be able to read Teradata table and column names greater than 30 or 32 characters in length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 14:35:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/217275#M5312</guid>
      <dc:creator>bwasicak</dc:creator>
      <dc:date>2015-08-05T14:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do to access a bigint in Teradata from Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/217276#M5313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to SAS/ACCESS doc, bigint is not supported, hence nor showing up when using libname.&lt;/P&gt;&lt;P&gt;You could go around this by using SQL pass-thru and cast bigint values to a SAS supported data type.&lt;/P&gt;&lt;P&gt;For a normal analyst this could be a complicated operation. Sp you should talk to your TD DBAs an ask them to create views with datatypes supported by SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same solution apply to your second requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 21:12:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/217276#M5313</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-08-05T21:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do to access a bigint in Teradata from Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/217277#M5314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are suggestions on the forum regarding enhancing SAS to better read table names and columns greater than 32 characters from external databases in general - not just Teradata. Table names are the most problematic as the only workaround to read them is to use SQL passthru. Long column names can usually be read by most methods and are simply truncated to 32 characters and are automatically suffixed with a number if they don't remain unique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I too would be interested in hearing about any plans SAS may have in this area. To date I have not heard of any.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 09:14:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/217277#M5314</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-08-06T09:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do to access a bigint in Teradata from Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/227355#M5479</link>
      <description>&lt;P&gt;Hi Bwasicak,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS cannot read the BIGINT data types. There are a couple of ways to handle it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first is to have your DBA create views which CAST the BIGINT columns to a character data type (&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;'s&amp;nbsp;recommendation).&amp;nbsp;You can do this, without creating Teradata views,&amp;nbsp;using explicit pass-thru.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have pulled some slides covering using SAS with Teradata BIGINT&amp;nbsp;from a&amp;nbsp;workshop that I used to deliver. Hopefully, they will help. If the slides require clarification please let me know.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/316i24B524799DC3F9E4/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Teradata_BIGINT_01.jpg" title="Teradata_BIGINT_01.jpg" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/317i4F74028A48BA1C7E/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Teradata_BIGINT_02.jpg" title="Teradata_BIGINT_02.jpg" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/318i0172A96F92109E35/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Teradata_BIGINT_03.jpg" title="Teradata_BIGINT_03.jpg" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/319i07D408A009D71445/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Teradata_BIGINT_04.jpg" title="Teradata_BIGINT_04.jpg" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/320i14D655203942BFE3/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Teradata_BIGINT_05.jpg" title="Teradata_BIGINT_05.jpg" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be careful with TRUNCATE_BIGINT. Doing calculations using BIGINT columns could very well be problematic because you can get incorrect answers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/39/831.html" target="_self"&gt;http://support.sas.com/kb/39/831.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 18:31:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/227355#M5479</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2017-04-12T18:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do to access a bigint in Teradata from Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/227554#M5486</link>
      <description>&lt;P&gt;Good to hear handling of long table names are being looked at!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 18:46:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/227554#M5486</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-09-28T18:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do to access a bigint in Teradata from Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/228218#M5545</link>
      <description>Just updating to let folks know that the longer table and column names (32 chars) are supported with SAS/ACCESS Interface to Teradata as of SAS 9.4, maintenance release 3, which came out this past summer.</description>
      <pubDate>Fri, 02 Oct 2015 14:34:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/228218#M5545</guid>
      <dc:creator>mebass</dc:creator>
      <dc:date>2015-10-02T14:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do to access a bigint in Teradata from Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/228305#M5549</link>
      <description>Nice, one step forward.&lt;BR /&gt;Now we just wait for SAS to support object names longer than 32 chars...</description>
      <pubDate>Sat, 03 Oct 2015 02:36:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/228305#M5549</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-10-03T02:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do to access a bigint in Teradata from Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/320594#M9210</link>
      <description>&lt;P&gt;Hello - has any of this changed in the past year, or is this the recommended way to get bigint values into SAS, along with the limitations and caveats?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Loren&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 19:28:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/320594#M9210</guid>
      <dc:creator>LorenSylvan</dc:creator>
      <dc:date>2016-12-21T19:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do to access a bigint in Teradata from Enterprise Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/320683#M9213</link>
      <description>No</description>
      <pubDate>Thu, 22 Dec 2016 07:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-do-to-access-a-bigint-in-Teradata-from-Enterprise-Guide/m-p/320683#M9213</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-12-22T07:25:36Z</dc:date>
    </item>
  </channel>
</rss>

