<?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: Teradata column bigint is not showing in SAS in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326303#M9513</link>
    <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand to&amp;nbsp;&lt;SPAN&gt;set the TRUNCATE_BIGINT environment variable to YES, but I don't understand is where to set environmental variable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2017 15:21:28 GMT</pubDate>
    <dc:creator>anlyar2050</dc:creator>
    <dc:date>2017-01-20T15:21:28Z</dc:date>
    <item>
      <title>Teradata column bigint is not showing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326023#M9496</link>
      <description>&lt;P&gt;There is a table in Teradata which has bigint&amp;nbsp;column, those columns aren't&amp;nbsp;accessible&amp;nbsp;from SAS. Is there any option to get access that columns from SAS EG 7.12&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 16:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326023#M9496</guid>
      <dc:creator>anlyar2050</dc:creator>
      <dc:date>2017-01-19T16:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Teradata column bigint is not showing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326033#M9498</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/62218"&gt;@anlyar2050&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS cannot read the BIGINT data types, directly. 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 (Linus' 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=1.0&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=1.0&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=1.0&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=1.0&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=1.0&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" rel="nofollow noopener noreferrer"&gt;http://support.sas.com/kb/39/831.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 16:23:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326033#M9498</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2017-01-19T16:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Teradata column bigint is not showing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326158#M9509</link>
      <description>&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;I understand this but users usually won't do coding they will use tables and do query builder. So where can we set truncate_bigint to Yes? So that they can use tables in query builder instead of coding.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 01:46:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326158#M9509</guid>
      <dc:creator>anlyar2050</dc:creator>
      <dc:date>2017-01-20T01:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Teradata column bigint is not showing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326182#M9510</link>
      <description>Agree that it's not very clear in the usage note, but I found a little more specific description in the ACCESS to Netezza doc:&lt;BR /&gt;&lt;BR /&gt;"suppress the errors by setting the TRUNCATE_BIGINT environment variable to YES before you start SAS."</description>
      <pubDate>Fri, 20 Jan 2017 05:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326182#M9510</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-01-20T05:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Teradata column bigint is not showing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326303#M9513</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand to&amp;nbsp;&lt;SPAN&gt;set the TRUNCATE_BIGINT environment variable to YES, but I don't understand is where to set environmental variable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 15:21:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326303#M9513</guid>
      <dc:creator>anlyar2050</dc:creator>
      <dc:date>2017-01-20T15:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Teradata column bigint is not showing in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326456#M9516</link>
      <description>It depends on how/where your SAS session is/starts. Generally you could either use a SET instruction in a config file, or have it set in operating system, for your user or globally. You might sent to talk to your SAS responsible/admin or platform team for on site guidance.</description>
      <pubDate>Sat, 21 Jan 2017 00:39:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Teradata-column-bigint-is-not-showing-in-SAS/m-p/326456#M9516</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-01-21T00:39:09Z</dc:date>
    </item>
  </channel>
</rss>

