<?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: while i am pushing data from the oracle to Teradatra issues is that if defined BIG INT data type in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311454#M8934</link>
    <description>&lt;P&gt;DI Studio uses Base SAS and is therefore bound to its limitations.&lt;BR /&gt;Use a direct connection between the databases, or program it manually, using proc ds2.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2016 16:40:32 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-11-14T16:40:32Z</dc:date>
    <item>
      <title>Pushing BIGINT data from Oracle to Teradata issue</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311381#M8927</link>
      <description>&lt;P&gt;While reading and pushing BIGINT data type in teradata i am facing problem..if i create the table in teradara with one of the column defined data type IS BIGINT but it will not appear in sas di what i do......thanks in advance.....&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 12:58:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311381#M8927</guid>
      <dc:creator>ganeshmule</dc:creator>
      <dc:date>2016-11-14T12:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: while i am pushing data from the oracle to Teradatra issues is that if defined BIG INT data type</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311384#M8928</link>
      <description>&lt;P&gt;In a standard SAS data step, there is no BIGINT data type. SAS only knows 8-byte real numeric data.&lt;/P&gt;
&lt;P&gt;Either use a direct connection from one DB to the other, or take a look at PROC DS2, which has more datatypes, including BIGINT.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 12:39:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311384#M8928</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-14T12:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: while i am pushing data from the oracle to Teradatra issues is that if defined BIG INT data type</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311388#M8929</link>
      <description>&lt;P&gt;There have been several threads on the communities dealing with this issue.&lt;/P&gt;
&lt;P&gt;A quick search will hopefully give you&amp;nbsp;some insight and alternatives&amp;nbsp;how to proceed.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 12:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311388#M8929</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-11-14T12:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pushing BIGINT data from Oracle to Teradata issue</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311429#M8932</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/72657"&gt;@ganeshmule﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check out...&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/39/831.html" target="_self"&gt;Problem Note 39831: Problem occurs with BIGINT data types within SAS 9.2&lt;/A&gt;&amp;nbsp;(pay special attention to the environment variable at the bottom)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/31/560.html" target="_self"&gt;Usage Note 31560: Choosing your degree of numeric precision&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best wishes,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 15:08:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311429#M8932</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2016-11-14T15:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: while i am pushing data from the oracle to Teradatra issues is that if defined BIG INT data type</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311435#M8933</link>
      <description>Hi,&lt;BR /&gt;I have predefined library of Teradata which is has target blank tabkes only&lt;BR /&gt;definition is there and I have another source library of Oracle in that&lt;BR /&gt;table there is column xyz and that defined in Teradata xyz with bigint data&lt;BR /&gt;type ...when using sas di studio i am connecting to Oracle to Teradata&lt;BR /&gt;table that time Teradata table columns which is created in Teradata with&lt;BR /&gt;data type BIGINT NOT SHOW why is it happening only for BIGINT DATA TYPE&lt;BR /&gt;DEFINED NOT VISIBLE IN SAS DI STUDIO...so how I can achieve it</description>
      <pubDate>Mon, 14 Nov 2016 15:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311435#M8933</guid>
      <dc:creator>ganeshmule</dc:creator>
      <dc:date>2016-11-14T15:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: while i am pushing data from the oracle to Teradatra issues is that if defined BIG INT data type</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311454#M8934</link>
      <description>&lt;P&gt;DI Studio uses Base SAS and is therefore bound to its limitations.&lt;BR /&gt;Use a direct connection between the databases, or program it manually, using proc ds2.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 16:40:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Pushing-BIGINT-data-from-Oracle-to-Teradata-issue/m-p/311454#M8934</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-14T16:40:32Z</dc:date>
    </item>
  </channel>
</rss>

