Hi guys,
do you meet this situation as the picture when opening the sas 9.4 of chinese simplified , it's a windows system with english language ? how do you deal with it?
Thanks
the sas staff helped us solve this issue, thanks Kurt and kiwi @SASKiwi @Kurt_Bremser
Use
options locale=en_us;
to switch to English.
Running software with a different character set is always tricky in Windows, as parts of the UI (window titles, menu items) are built by Windows itself depending on the system locale.
Which of the SAS versions did you use to create your initial screenshot?
If you want to run anything that uses extended character sets, then your Windows must be set up to use UTF-8.
the sas staff helped us solve this issue, thanks Kurt and kiwi @SASKiwi @Kurt_Bremser
Usually you specify the languages you want supported when you install SAS. English gets installed regardless, Chinese would be an additional selection. What does this report when you run it in your SAS server session:
proc options option = locale;
run;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.