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.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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