BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
_SAS_
Obsidian | Level 7

Hi all,


Sorry if I am posting this question in the wrong forum - the guys in my office have installed on my computer SAS but all the logs and error messages are in German language and not English 😞 Is there a quick way I could change this, or do I need to ask the Helpdesk for support?

 

Thank you 🙂

1 ACCEPTED SOLUTION

Accepted Solutions
Oligolas
Barite | Level 11

Create a new shortcut and enter these lines:

 

in the Shortcut target:

"C:\Program Files\SASHome\x86\SASFoundation\9.4\sas.exe" -CONFIG "C:\Program Files\SASHome\x86\SASFoundation\9.4\nls\en\sasv9.cfg"

 

in the shortcut folder: %USERPROFILE%

 

rename your shortcut as SAS (english)

________________________

- Cheers -

View solution in original post

4 REPLIES 4
Oligolas
Barite | Level 11

Create a new shortcut and enter these lines:

 

in the Shortcut target:

"C:\Program Files\SASHome\x86\SASFoundation\9.4\sas.exe" -CONFIG "C:\Program Files\SASHome\x86\SASFoundation\9.4\nls\en\sasv9.cfg"

 

in the shortcut folder: %USERPROFILE%

 

rename your shortcut as SAS (english)

________________________

- Cheers -

Thanhlong
Fluorite | Level 6

It s the same my problem, but I m using the version of SAS University Editor with VirtualBox. So how can I do to change the output from french to english?

Please help me.

ronan
Lapis Lazuli | Level 10

Hi,

 

Print the following filepath in your editor :

 

%put "%sysfunc(getoption(CONFIG))";

 

Normally, the filepath(s) could be something like (for 9.4, 9.2/9.3 might be a little different) :

 

"<C:>\<Program files>\<x86 OR x64>\SASFoundation\9.4\nls\de\sasv9.cfg :<other concatenated paths> etc."

 

then locate the symetric filepath for the english version :

 

"<C:>\<Program files>\<x86 OR x64>\SASFoundation\9.4\nls\en\sasv9.cfg"

 

Right click on your SAS shortcut / Send to / Create a Desktop Shortcut

 

Right click on this last Dekstop shortcut : Properties / Shortcut / Target : 

 

Add/Replace the -CONFIG filepath already in place with the English one :

 

<sas.exe> -CONFIG "<SASROOT>\nls\en\sasv9.cfg"

 

Installations may vary according to your environment.  

 

PS. Wasn't aware of the previous post. Sorry for the repeat. Looks like the answer was already posted 🙂

_SAS_
Obsidian | Level 7
Thank you all for your help!

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 11072 views
  • 0 likes
  • 4 in conversation