<?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 Problems importing data to SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Problems-importing-data-to-SAS/m-p/344268#M273003</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;BR /&gt;I am using SAS Enterprise Guide and I have a problem importing data in to SAS, when ever I try to import data I get this error&lt;BR /&gt;"failed to transcode data from utf-16le to wlatin 1 encoding because it contained characters which are not supported by your SAS session encoding".&lt;BR /&gt;I tried a few different files and I always get the same error so its not a problem with a specific file,does anybody have any idea what I need to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Mar 2017 08:18:10 GMT</pubDate>
    <dc:creator>Sagie</dc:creator>
    <dc:date>2017-03-25T08:18:10Z</dc:date>
    <item>
      <title>Problems importing data to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problems-importing-data-to-SAS/m-p/344268#M273003</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;BR /&gt;I am using SAS Enterprise Guide and I have a problem importing data in to SAS, when ever I try to import data I get this error&lt;BR /&gt;"failed to transcode data from utf-16le to wlatin 1 encoding because it contained characters which are not supported by your SAS session encoding".&lt;BR /&gt;I tried a few different files and I always get the same error so its not a problem with a specific file,does anybody have any idea what I need to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2017 08:18:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problems-importing-data-to-SAS/m-p/344268#M273003</guid>
      <dc:creator>Sagie</dc:creator>
      <dc:date>2017-03-25T08:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems importing data to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problems-importing-data-to-SAS/m-p/344285#M273004</link>
      <description>&lt;P&gt;Specify this encoding for this file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename x 'c:\xx.csv' encoding='utf-16le';
proc import datafile=x out=have ...........&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 25 Mar 2017 12:32:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problems-importing-data-to-SAS/m-p/344285#M273004</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-03-25T12:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems importing data to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problems-importing-data-to-SAS/m-p/344297#M273005</link>
      <description>In addition, if this is happening on multiple different files, then you might need to change the transcoding of your whole session ... especially if you are using SAS on a server. See this Tech Support note: &lt;A href="http://support.sas.com/kb/32/007.html" target="_blank"&gt;http://support.sas.com/kb/32/007.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 25 Mar 2017 13:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problems-importing-data-to-SAS/m-p/344297#M273005</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-03-25T13:52:55Z</dc:date>
    </item>
  </channel>
</rss>

