<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Locale file changes - Not reflected in SAS in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Locale-file-changes-Not-reflected-in-SAS/m-p/496927#M14364</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/182470"&gt;@helannivas88&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just add this line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;export LANG=en_GB.iso885915&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to WorkspaceServer_usermods.sh&lt;/P&gt;</description>
    <pubDate>Wed, 19 Sep 2018 12:32:17 GMT</pubDate>
    <dc:creator>alexal</dc:creator>
    <dc:date>2018-09-19T12:32:17Z</dc:date>
    <item>
      <title>Locale file changes - Not reflected in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Locale-file-changes-Not-reflected-in-SAS/m-p/496638#M14345</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have made changes in locale&amp;nbsp;file in all the SAS server from en_US.UTF-8 to en_GB.iso885915". And when ever if we issue locale command &amp;nbsp;in SSH ,it display en_GB.iso885915. But when&amp;nbsp;we &amp;nbsp;login to SAS EG and issue X command with locale , its still pointing to en_US.UTF-8.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whether any services has to be restarted to reflect this changes in SAS.?? Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 16:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Locale-file-changes-Not-reflected-in-SAS/m-p/496638#M14345</guid>
      <dc:creator>helannivas88</dc:creator>
      <dc:date>2018-09-18T16:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Locale file changes - Not reflected in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Locale-file-changes-Not-reflected-in-SAS/m-p/496646#M14347</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 16:54:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Locale-file-changes-Not-reflected-in-SAS/m-p/496646#M14347</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-18T16:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Locale file changes - Not reflected in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Locale-file-changes-Not-reflected-in-SAS/m-p/496924#M14361</link>
      <description>Thanks Kurt for your reply.&lt;BR /&gt;&lt;BR /&gt;Yes , sasv9_usermods.cfg already defined the locale en_GB. But still we are facing the issue</description>
      <pubDate>Wed, 19 Sep 2018 12:25:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Locale-file-changes-Not-reflected-in-SAS/m-p/496924#M14361</guid>
      <dc:creator>helannivas88</dc:creator>
      <dc:date>2018-09-19T12:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Locale file changes - Not reflected in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Locale-file-changes-Not-reflected-in-SAS/m-p/496926#M14363</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/182470"&gt;@helannivas88&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS do manage those environment variables with the -LOCALE and -ENCODING variables.&lt;/P&gt;
&lt;P&gt;You would need to add to your sasv9_usermods files the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-LOCALE en_GB&lt;/P&gt;
&lt;P&gt;-ENCODING&amp;nbsp;latin9 (as correspondent for your ISO value).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once this is done, every new workspace server session should include the new encoding. Otherwise, just refresh the Object Spawner.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 12:31:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Locale-file-changes-Not-reflected-in-SAS/m-p/496926#M14363</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-09-19T12:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Locale file changes - Not reflected in SAS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Locale-file-changes-Not-reflected-in-SAS/m-p/496927#M14364</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/182470"&gt;@helannivas88&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just add this line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;export LANG=en_GB.iso885915&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to WorkspaceServer_usermods.sh&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 12:32:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Locale-file-changes-Not-reflected-in-SAS/m-p/496927#M14364</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-09-19T12:32:17Z</dc:date>
    </item>
  </channel>
</rss>

