BookmarkSubscribeRSS Feed
kaziumair
Quartz | Level 8

Hi ,

I am trying to append data from a SAS table to an external postgres table using the append procedure.

However while running the proc, I am getting the error "ERROR: CLI execute error: Error: invalid byte sequence for encoding "UTF8": 0xe2 0x2c 0x55"

 

Any idea how I can resolve this error?

 

Thanks and Regards,

Mohammad Umair Kazi

2 REPLIES 2
LinusH
Tourmaline | Level 20

My first guess would be that you try to ingest UTF8 data in a non UTF8 DB.

Check your database what encoding it uses (and compare with your SAS encoding).

Data never sleeps
kaziumair
Quartz | Level 8

Hi ,

I have checked the encoding it is UTF8.

 

 

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