BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Tom
Super User Tom
Super User

Usually this is caused by having values in character variables that cannot be trancoded.

When you are running in with a single byte character encoding then what is actually in the character string doesn't matter much.  But if you try to treat the same string of bytes as if it was UTF-8 then you could have a sequence of bytes that do not represent any known unicode character.

Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

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
  • 15 replies
  • 23794 views
  • 10 likes
  • 7 in conversation