<?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: SAS Viya Encoding Settings in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Encoding-Settings/m-p/747761#M987</link>
    <description>Thanks a lot for your contribution and solution suggestion!&lt;BR /&gt;&lt;BR /&gt;Eren</description>
    <pubDate>Mon, 14 Jun 2021 12:10:35 GMT</pubDate>
    <dc:creator>ern_23</dc:creator>
    <dc:date>2021-06-14T12:10:35Z</dc:date>
    <item>
      <title>SAS Viya Encoding Settings</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Encoding-Settings/m-p/746719#M974</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a few special letters in Turkish such as &lt;EM&gt;'ü', 'ö' , 'ç'&lt;/EM&gt;&amp;nbsp; which are not exists in most of other languages. This may be problematic sometimes as I have to access data through SAS Viya from sources like Oracle or MsSQL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I when I try to load a table including text (&lt;EM&gt;words&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;consist of special Turkish characters&lt;/EM&gt;) on SAS Viya, such words are presented unproperly in the table (i.e&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;günaydın&lt;/STRONG&gt;. shown as&amp;nbsp;g�nayd�n).&amp;nbsp;This causes&amp;nbsp; a serious problem cause when the loading process is done, any text unproperly represented in table is trimmed at the end. (i.e what left from g�nayd�n) is only&amp;nbsp; &lt;STRONG&gt;g&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have access to same table on SAS Enterprise Guide and I do not have such problem. Does any of you know how can I fix the problem on SAS Viya?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your interest in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Eren&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 12:00:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Encoding-Settings/m-p/746719#M974</guid>
      <dc:creator>ern_23</dc:creator>
      <dc:date>2021-06-09T12:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Encoding Settings</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Encoding-Settings/m-p/746921#M977</link>
      <description>&lt;P&gt;Do you know what your current Viya encoding is?&amp;nbsp; Can you run the following and post the results?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC OPTIONS OPTION=ENCODING;
RUN;

PROC OPTIONS OPTION=LOCALE;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This should give us some idea of what's going on.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may have to talk to your SAS Viya administrator.&amp;nbsp; They may need to set up a Unicode Viya environment.&amp;nbsp; If you already have a Unicode environment, then this may be a transcoding issue, and we may want to use some kind of function to handle the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 00:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Encoding-Settings/m-p/746921#M977</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-06-10T00:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Encoding Settings</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Encoding-Settings/m-p/746930#M978</link>
      <description>&lt;P&gt;According to this &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/nlsref/n0ck4l40qlw2pmn1lbuj2zo1izxi.htm" target="_blank" rel="noopener"&gt;link&lt;/A&gt; Turkish has a unique encoding in SAS of TURKISH or WTURKISH if your SAS sessions run on Windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37107"&gt;@jimbarbour&lt;/a&gt;&amp;nbsp;advises, check your current ENCODING setting. That is likely to explain why you are having this problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Typically changing your SAS session encoding is the easiest way to resolve such problems.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 03:02:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Encoding-Settings/m-p/746930#M978</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-06-10T03:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Encoding Settings</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Encoding-Settings/m-p/747760#M986</link>
      <description>Thanks a lot for your contribution and solution suggestion!&lt;BR /&gt;&lt;BR /&gt;Eren</description>
      <pubDate>Mon, 14 Jun 2021 12:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Encoding-Settings/m-p/747760#M986</guid>
      <dc:creator>ern_23</dc:creator>
      <dc:date>2021-06-14T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Viya Encoding Settings</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Encoding-Settings/m-p/747761#M987</link>
      <description>Thanks a lot for your contribution and solution suggestion!&lt;BR /&gt;&lt;BR /&gt;Eren</description>
      <pubDate>Mon, 14 Jun 2021 12:10:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Viya-Encoding-Settings/m-p/747761#M987</guid>
      <dc:creator>ern_23</dc:creator>
      <dc:date>2021-06-14T12:10:35Z</dc:date>
    </item>
  </channel>
</rss>

