BookmarkSubscribeRSS Feed
Sheeba
Lapis Lazuli | Level 10

tnx Tom. I will definitely look forward for that option.

jakarman
Barite | Level 11

Sheeba when you try to convert bigint to SAS numeric you are going to lose precision as numeric in SAS =floating= that is an implied dataconversion with limitations.

When you replace the bigint type with the char-type you are not changing anything as the identifier of a customer is not meant to do calculations.

Trying to do calculating a mean and variance on those identifier numbers is meaningless.

Would you use Sepa banking-accountnumbers you cannot use bigint as that contain characters (in some countries).

This type of smart compression using numbers within technology is coming of the old hollerith age. I am sorry for that.

---->-- ja karman --<-----
Sheeba
Lapis Lazuli | Level 10

Thanks Jaap. I will try to get familiarized with DS2

Sheeba
Lapis Lazuli | Level 10

Hi ,

I have figured another way for reading the bigint column from Teradata. It is possible to cast the column as decimal while making passthrough. Then it is required to merge the temporary table(output of passthrough ) to the original table which requires column addition..

Regards,

Sheeba Swaminathan

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 18 replies
  • 12728 views
  • 6 likes
  • 7 in conversation