- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
the sas staff helped us solve this issue, thanks Kurt and kiwi @SASKiwi @Kurt_Bremser
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Use
options locale=en_us;
to switch to English.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
If you want to run anything that uses extended character sets, then your Windows must be set up to use UTF-8.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
the sas staff helped us solve this issue, thanks Kurt and kiwi @SASKiwi @Kurt_Bremser
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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;