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;
Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.
Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.
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.