<?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: URGENT 'Failed to transcode data from U_UTF8_CE to U_LATIN9_CE. Please Help. Thank You in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/312231#M67689</link>
    <description>&lt;P&gt;Thank you all&amp;nbsp;for your response...So how can&amp;nbsp; change sas session's encoding into UTF-8?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2016 06:55:14 GMT</pubDate>
    <dc:creator>Kanyange</dc:creator>
    <dc:date>2016-11-17T06:55:14Z</dc:date>
    <item>
      <title>URGENT 'Failed to transcode data from U_UTF8_CE to U_LATIN9_CE. Please Help. Thank You</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/312000#M67590</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have run a macro and I get this error...'Failed to transcode data from U_UTF8_CE to U_LATIN9_CE' I am running Enterprise Guide 7.4.&lt;/P&gt;&lt;P&gt;What I found strange is I run the same code last week and didn't get any error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 14:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/312000#M67590</guid>
      <dc:creator>Kanyange</dc:creator>
      <dc:date>2016-11-16T14:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT 'Failed to transcode data from U_UTF8_CE to U_LATIN9_CE. Please Help. Thank You</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/312023#M67594</link>
      <description>&lt;P&gt;Language encoding is data content. If you have a new or updated data source that would be the most likely source of this error.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/312023#M67594</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-16T16:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT 'Failed to transcode data from U_UTF8_CE to U_LATIN9_CE. Please Help. Thank You</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/312190#M67671</link>
      <description>&lt;PRE&gt;
Or you can change your sas session's encoding into UTF-8 and run code again.

&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Nov 2016 03:07:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/312190#M67671</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-11-17T03:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT 'Failed to transcode data from U_UTF8_CE to U_LATIN9_CE. Please Help. Thank You</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/312231#M67689</link>
      <description>&lt;P&gt;Thank you all&amp;nbsp;for your response...So how can&amp;nbsp; change sas session's encoding into UTF-8?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 06:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/312231#M67689</guid>
      <dc:creator>Kanyange</dc:creator>
      <dc:date>2016-11-17T06:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT 'Failed to transcode data from U_UTF8_CE to U_LATIN9_CE. Please Help. Thank You</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/312256#M67701</link>
      <description>&lt;PRE&gt;
First find out the SAS root directory:



%let path=%sysfunc(pathname(SASROOT));

%put &amp;amp;path ;


Then open  SASV9.CFG  under SAS root directory, change the following:

-CONFIG "C:\Program Files\SAS\SASFoundation\9.4\nls\zh\SASV9.CFG"

into 

-CONFIG "C:\Program Files\SAS\SASFoundation\9.4\nls\u8\SASV9.CFG"


&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Nov 2016 09:50:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/312256#M67701</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-11-17T09:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT 'Failed to transcode data from U_UTF8_CE to U_LATIN9_CE. Please Help. Thank You</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/323087#M71567</link>
      <description>&lt;P&gt;If you change your SAS session encoding to UTF-8, SAS should be able to support the characters. However, some SAS string functions may ned to be changed to the K function equivalent. Many of the string functions, such as INDEX, SUBSTR, and LENGTH, are byte-oriented. The National Lanugage Support Reference Guide has a table documentin the I18N compatibility of each SAS function that handles character data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be best to know what actually caused the transcoding error to occur. Do you have any output you can share?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 21:13:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/323087#M71567</guid>
      <dc:creator>ehbales</dc:creator>
      <dc:date>2017-01-06T21:13:59Z</dc:date>
    </item>
  </channel>
</rss>

