BookmarkSubscribeRSS Feed
NJGIRL
Obsidian | Level 7

Hello, 

 

I need to change &sysencoding  from 'wlatin1' to 'UTF-8'  so that sas will keep Japanese characters 'as is ' and not change to question marks (ie ???)

Caveat : I only want to do it for one program not the entire system. 

Can anyone help me out with the code to accomplish this?

 

thanks!

3 REPLIES 3
ChrisNZ
Tourmaline | Level 20

Have you tried the inencoding= and outencodinglibname options?

Tom
Super User Tom
Super User

How are you currently running your SAS programs?

If you are created .sas files and running them from the command line then add the -encoding option to the command line.

Or better still create two different commands that you use to run SAS.  One to use WLATIN1 and another to use UTF-8.  For example on our systems we have both a sas94 and a sas94_u8 command.

 

error_prone
Barite | Level 11
If a sas workspace Server ist involved, you have to talk to the admins. They have to add a sasapp definition with using the appropriate configs.

hackathon24-white-horiz.png

Join the 2025 SAS Hackathon!

Calling all data scientists and open-source enthusiasts! Want to solve real problems that impact your company or the world? Register to hack by August 31st!

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
  • 3 replies
  • 1521 views
  • 2 likes
  • 4 in conversation