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

Hi,

 

I wrote a code in 9.2 and recently got upgraded to 9.4. I am simply reading in a dataset from a library and creating a new in work (which worked perfectly in the 9.2). Now with 9.4, I am getting this error:

 


ERROR: Some character data was lost during transcoding in the dataset DATA.ATE. Either the
data contains characters that are not representable in the new encoding or truncation
occurred during transcoding

 

Can anyone help?

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

Your new installation (most probably) has a different session encoding set than the old one.

See the inencoding and outencoding options for the libname statement, and see if they can help.

View solution in original post

2 REPLIES 2
sfo
Quartz | Level 8 sfo
Quartz | Level 8

Hi,

 

I wrote a code in 9.2 and recently got upgraded to 9.4. I am simply reading in a dataset from a library and creating a new in work (which worked perfectly in the 9.2). Now with 9.4, I am getting this error:

 


ERROR: Some character data was lost during transcoding in the dataset DATA.ATE. Either the
data contains characters that are not representable in the new encoding or truncation
occurred during transcoding

 

Can anyone help?

 

Thanks!

Kurt_Bremser
Super User

Your new installation (most probably) has a different session encoding set than the old one.

See the inencoding and outencoding options for the libname statement, and see if they can help.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 2 replies
  • 1312 views
  • 0 likes
  • 2 in conversation