BookmarkSubscribeRSS Feed
librasonali
Quartz | Level 8

Hi Team,

 

I have one query i m running below in SAS EG  , it is giving me below error : I noticed that KEY is in BIG INT. does Teradata doesn't support BIG int shd I cast the field into decimal ?

 

41 );
ERROR: At least one of the columns in this DBMS table has a datatype that is not supported by this engine.

 


 

3 REPLIES 3
LinusH
Tourmaline | Level 20

SAS/ACCESS (and SAS in general) doesn't support this data type.

So yes, cast to a supported data type.

If values are too big for decimal, an option is to cast to CHAR (probably ok if it's used for id ad not calculations). 

https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/n0v7nh4ylrihtin1te8xl0q3dvzv.htm

 

Data never sleeps
yabwon
Amethyst | Level 16

Did you test DBSASTYPE= dataset option?

https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/n0v4ma1zb9lu99n1728j279rjcqi.htm

 

Bart

_______________
Polish SAS Users Group: www.polsug.com and communities.sas.com/polsug

"SAS Packages: the way to share" at SGF2020 Proceedings (the latest version), GitHub Repository, and YouTube Video.
Hands-on-Workshop: "Share your code with SAS Packages"
"My First SAS Package: A How-To" at SGF2021 Proceedings

SAS Ballot Ideas: one: SPF in SAS, two, and three
SAS Documentation



yabwon
Amethyst | Level 16

Here is also one more resource:

https://support.sas.com/kb/39/831.html

 

B.

_______________
Polish SAS Users Group: www.polsug.com and communities.sas.com/polsug

"SAS Packages: the way to share" at SGF2020 Proceedings (the latest version), GitHub Repository, and YouTube Video.
Hands-on-Workshop: "Share your code with SAS Packages"
"My First SAS Package: A How-To" at SGF2021 Proceedings

SAS Ballot Ideas: one: SPF in SAS, two, and three
SAS Documentation



hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1117 views
  • 4 likes
  • 3 in conversation