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;
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.
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.