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!
Have you tried the inencoding= and outencoding= libname options?
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.
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!
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.
Ready to level-up your skills? Choose your own adventure.