We have made changes in locale file in all the SAS server from en_US.UTF-8 to en_GB.iso885915". And when ever if we issue locale command in SSH ,it display en_GB.iso885915. But when we login to SAS EG and issue X command with locale , its still pointing to en_US.UTF-8.
Whether any services has to be restarted to reflect this changes in SAS.?? Thanks in advance
EG uses a workspace server. You find the configuration in Lev1/SASApp in your configuration tree. SASApp will affect the whole application server, Lev1/SASApp/WorkspaceServer only the WS.
SAS do manage those environment variables with the -LOCALE and -ENCODING variables.
You would need to add to your sasv9_usermods files the
-LOCALE en_GB
-ENCODING latin9 (as correspondent for your ISO value).
Once this is done, every new workspace server session should include the new encoding. Otherwise, just refresh the Object Spawner.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.