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;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.