<?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 How to check if server is configured as a unicode server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-check-if-server-is-configured-as-a-unicode-server/m-p/297199#M62383</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm installing SAS 9.3 TS1M0 Server on my test server.&amp;nbsp; I'm basing my installation on a different servers sas setup.&amp;nbsp; I'm at the point in the install where it asks about Reginal Settings and there is a check box that says "Configure as a Unicode server".&amp;nbsp;&amp;nbsp;&amp;nbsp; How can I check the other SAS installation on the other server to see if it is setup as a Unicode server?&lt;/P&gt;</description>
    <pubDate>Thu, 08 Sep 2016 15:32:42 GMT</pubDate>
    <dc:creator>jerry898969</dc:creator>
    <dc:date>2016-09-08T15:32:42Z</dc:date>
    <item>
      <title>How to check if server is configured as a unicode server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-check-if-server-is-configured-as-a-unicode-server/m-p/297199#M62383</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm installing SAS 9.3 TS1M0 Server on my test server.&amp;nbsp; I'm basing my installation on a different servers sas setup.&amp;nbsp; I'm at the point in the install where it asks about Reginal Settings and there is a check box that says "Configure as a Unicode server".&amp;nbsp;&amp;nbsp;&amp;nbsp; How can I check the other SAS installation on the other server to see if it is setup as a Unicode server?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 15:32:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-check-if-server-is-configured-as-a-unicode-server/m-p/297199#M62383</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2016-09-08T15:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if server is configured as a unicode server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-check-if-server-is-configured-as-a-unicode-server/m-p/297260#M62389</link>
      <description>&lt;P&gt;One way to check is to create a table in the work and run proc contents.&lt;/P&gt;
&lt;P&gt;You can also run proc options&amp;nbsp;group=LANGUAGECONTROL to see the default encoding value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you see an ISO format like&lt;/P&gt;
&lt;P&gt;ENCODING=WLATIN1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table" rules="all" frame="box" cellspacing="0" cellpadding="5" summary="Procedure Contents: Attributes"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="l rowheader" scope="row"&gt;Encoding&lt;/TH&gt;
&lt;TD class="l data"&gt;wlatin1 Western&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;then you know ASCII is being used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unicode encoding would return UTF-8.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the values here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/67964/HTML/default/viewer.htm#n0882t2muy4l94n19cno6z40xmuz.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/nlsref/67964/HTML/default/viewer.htm#n0882t2muy4l94n19cno6z40xmuz.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/67964/HTML/default/viewer.htm#p0reo28sy0m4xpn1sa2v2sbwzap8.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/nlsref/67964/HTML/default/viewer.htm#p0reo28sy0m4xpn1sa2v2sbwzap8.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 22:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-check-if-server-is-configured-as-a-unicode-server/m-p/297260#M62389</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2016-09-08T22:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if server is configured as a unicode server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-check-if-server-is-configured-as-a-unicode-server/m-p/297378#M62428</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you that helped a lot.&amp;nbsp; It was encoded as WLATIN1 so it doesn't need to be unicode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 12:58:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-check-if-server-is-configured-as-a-unicode-server/m-p/297378#M62428</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2016-09-09T12:58:19Z</dc:date>
    </item>
  </channel>
</rss>

