BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ganeshmule
Fluorite | Level 6

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.....

1 ACCEPTED SOLUTION
5 REPLIES 5
Kurt_Bremser
Super User

In a standard SAS data step, there is no BIGINT data type. SAS only knows 8-byte real numeric data.

Either use a direct connection from one DB to the other, or take a look at PROC DS2, which has more datatypes, including BIGINT.

LinusH
Tourmaline | Level 20

There have been several threads on the communities dealing with this issue.

A quick search will hopefully give you some insight and alternatives how to proceed.

Data never sleeps
ganeshmule
Fluorite | Level 6
Hi,
I have predefined library of Teradata which is has target blank tabkes only
definition is there and I have another source library of Oracle in that
table there is column xyz and that defined in Teradata xyz with bigint data
type ...when using sas di studio i am connecting to Oracle to Teradata
table that time Teradata table columns which is created in Teradata with
data type BIGINT NOT SHOW why is it happening only for BIGINT DATA TYPE
DEFINED NOT VISIBLE IN SAS DI STUDIO...so how I can achieve it
JBailey
Barite | Level 11

Hi @ganeshmule,

 

Check out...

Problem Note 39831: Problem occurs with BIGINT data types within SAS 9.2 (pay special attention to the environment variable at the bottom)

Usage Note 31560: Choosing your degree of numeric precision

 

Best wishes,

Jeff

 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 1226 views
  • 0 likes
  • 4 in conversation