<?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: failture to transcode in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830769#M328288</link>
    <description>Yeah . Adding the following option in file " sasv9.cfg " and you could using sas with utf-8 encoding.&lt;BR /&gt;&lt;BR /&gt;-encoding 'utf-8'&lt;BR /&gt;&lt;BR /&gt;Also you could search it at support.sas.com and know more about how to change sas encoding .</description>
    <pubDate>Sun, 28 Aug 2022 09:45:15 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2022-08-28T09:45:15Z</dc:date>
    <item>
      <title>failture to transcode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830698#M328242</link>
      <description>&lt;P&gt;HI SAS community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have this peculiar running error that states "failure to transcode" while I attempted to run SAS on one go. I tried run my SAS code block by block and it run successfully.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I probably introduced some non-English character.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone know how to fix this without going through my code line by line, which is 2000 lines?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any "encoding= " option I can use that solves this problem?&lt;/P&gt;
&lt;P&gt;TIA!!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Error: Integration technologies failed to submit the code. [Error] Failed to transcode data from U_UTF8_CE to U_LATIN1_CE encoding because it contained characters which are not supported by your SAS session encoding. Please review your encoding= and locale= SAS system options to ensure that they can accommodate the data that you want to process. A portion of the source string, in hex representation is:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;[None] 2b8b496b1b24: 3b 2a 27 3b 2a 22 3b 2a 2f 3b 71 75 69 74 3b 72 |;*';*";*/;quit;r|&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;[None] 2b8b496b1b34: 75 6e 3b 0d 0a 4f 50 54 49 4f 4e 53 20 50 41 47 |un;..OPTIONS PAG|&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;[Error] Some code points did not transcode.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 22:59:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830698#M328242</guid>
      <dc:creator>Julie99999</dc:creator>
      <dc:date>2022-08-26T22:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: failture to transcode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830707#M328248</link>
      <description>&lt;P&gt;Curious that it works when run in portions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could copy/paste your code into Notepad++ and then use under menu Search the last entry in the list "Find characters in range...."&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_0-1661559264732.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/74781i225DCDA7E802FFF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Patrick_0-1661559264732.png" alt="Patrick_0-1661559264732.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your code is dynamic then it could of course be the data used to generate the SAS code that contains a non-ascii character.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 00:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830707#M328248</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-08-27T00:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: failture to transcode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830727#M328259</link>
      <description>It looks like you are using SAS/EG . T&lt;BR /&gt;alking to your SAS Administrator to change your sas session into UTF-8  encoding .&lt;BR /&gt;if you are using Windows SAS ,check file sasv9.cfg .&lt;BR /&gt;if Unix/AIX/Linux SAS, check file sasenvlocal  .</description>
      <pubDate>Sat, 27 Aug 2022 12:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830727#M328259</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-08-27T12:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: failture to transcode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830738#M328270</link>
      <description>thank you so much!!!!!! it worked!!!!!&lt;BR /&gt;I was going to manually check line by line and your trick nailed it. I was able to find the non-ascii using the way you suggested. problem solved in 10 seconds literally!!!&lt;BR /&gt;thanks a ton</description>
      <pubDate>Sat, 27 Aug 2022 13:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830738#M328270</guid>
      <dc:creator>Julie99999</dc:creator>
      <dc:date>2022-08-27T13:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: failture to transcode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830739#M328271</link>
      <description>thanks a lot Ksharp for your reply!!! I'm using SAS/EG</description>
      <pubDate>Sat, 27 Aug 2022 13:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830739#M328271</guid>
      <dc:creator>Julie99999</dc:creator>
      <dc:date>2022-08-27T13:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: failture to transcode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830769#M328288</link>
      <description>Yeah . Adding the following option in file " sasv9.cfg " and you could using sas with utf-8 encoding.&lt;BR /&gt;&lt;BR /&gt;-encoding 'utf-8'&lt;BR /&gt;&lt;BR /&gt;Also you could search it at support.sas.com and know more about how to change sas encoding .</description>
      <pubDate>Sun, 28 Aug 2022 09:45:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/failture-to-transcode/m-p/830769#M328288</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-08-28T09:45:15Z</dc:date>
    </item>
  </channel>
</rss>

