<?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: Transcoding Error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Transcoding-Error/m-p/879268#M347370</link>
    <description>&lt;P&gt;If you need to deal with characters strings that use many different encodings then make sure your SAS session is using UTF-8 as the session encoding.&amp;nbsp; Check the system option ENCODING.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The session encoding needs to be set before SAS starts.&amp;nbsp; So if you running from command line make sure to use command (or windows "icon") that uses the UTF-8 encoding.&amp;nbsp; Sometimes called "unicode support".&amp;nbsp; &amp;nbsp;If you are using Enterprise Guide or SAS/Studio to submit code to SAS then make sure the application server you are connecting to is using UTF-8 encoding.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 15:34:09 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2023-06-05T15:34:09Z</dc:date>
    <item>
      <title>Transcoding Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transcoding-Error/m-p/879266#M347369</link>
      <description>&lt;P&gt;Hello Everybody. I have an issue with encoding. I have more than one datasets that need to be encoded. My code working only for one dataset. If you know how to fix this let me know.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Khacho_0-1685978545977.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84739i124F9923538E70DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Khacho_0-1685978545977.png" alt="Khacho_0-1685978545977.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 15:22:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transcoding-Error/m-p/879266#M347369</guid>
      <dc:creator>Khacho</dc:creator>
      <dc:date>2023-06-05T15:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Transcoding Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transcoding-Error/m-p/879268#M347370</link>
      <description>&lt;P&gt;If you need to deal with characters strings that use many different encodings then make sure your SAS session is using UTF-8 as the session encoding.&amp;nbsp; Check the system option ENCODING.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The session encoding needs to be set before SAS starts.&amp;nbsp; So if you running from command line make sure to use command (or windows "icon") that uses the UTF-8 encoding.&amp;nbsp; Sometimes called "unicode support".&amp;nbsp; &amp;nbsp;If you are using Enterprise Guide or SAS/Studio to submit code to SAS then make sure the application server you are connecting to is using UTF-8 encoding.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 15:34:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transcoding-Error/m-p/879268#M347370</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-06-05T15:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Transcoding Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transcoding-Error/m-p/879270#M347371</link>
      <description>&lt;P&gt;Determine the Encoding of your input Data Set&lt;BR /&gt;You can use PROC CONTENTS to determine the encoding of your data set.&lt;/P&gt;
&lt;P&gt;The following code displays information about the data set header:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=sashelp.class;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also, see here (the 3rd bullet has all the code needed) :&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;National Language Support (NLS)&lt;BR /&gt;Migrating Data to UTF-8&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/nlsref/n0r50qvm0nmmoyn1neo7nb1tfpl2.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/nlsref/n0r50qvm0nmmoyn1neo7nb1tfpl2.htm&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Migrating Data from WLATIN1 to UTF-8&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/nlsref/n15e31tqdv020en1fok7tp4l9zd5.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/nlsref/n15e31tqdv020en1fok7tp4l9zd5.htm&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Data Migration&lt;BR /&gt;Migrating to UTF-8&lt;BR /&gt;Migrating Data to UTF-8 for SAS® Viya® 3.5&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/viyadatamig/titlepage.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/viyadatamig/titlepage.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 16:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transcoding-Error/m-p/879270#M347371</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-06-05T16:15:57Z</dc:date>
    </item>
  </channel>
</rss>

