<?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: ERROR: Unable to transcode data. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365872#M86952</link>
    <description>Could you please show the proc contents output to see the encoding of the dataset.</description>
    <pubDate>Sat, 10 Jun 2017 02:52:40 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2017-06-10T02:52:40Z</dc:date>
    <item>
      <title>ERROR: Unable to transcode data.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365870#M86950</link>
      <description>&lt;P&gt;It is very interesting when I pull data from Netezza. &amp;nbsp;I got message 'ERROR: Unable to transcode data'. &amp;nbsp; For what I see, the char variable are defined with big length such as $1000. &amp;nbsp;If I use TRIM(var1) as var_1 length=20 for example, the message went way and I can pull this variable without a problem, but this solution doesn't solve the issues for other variables that have the same error message. &amp;nbsp;Does anyone else have the same problem before?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;Yvonne&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 02:32:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365870#M86950</guid>
      <dc:creator>Ying</dc:creator>
      <dc:date>2017-06-10T02:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to transcode data.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365871#M86951</link>
      <description>&lt;P&gt;This is a known problem. What version and maintenance release of SAS are you using - compare it to the versions in this link:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/59/905.html" target="_blank"&gt;http://support.sas.com/kb/59/905.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 02:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365871#M86951</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-06-10T02:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to transcode data.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365872#M86952</link>
      <description>Could you please show the proc contents output to see the encoding of the dataset.</description>
      <pubDate>Sat, 10 Jun 2017 02:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365872#M86952</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-06-10T02:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to transcode data.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365873#M86953</link>
      <description>&lt;P&gt;Thank you, SASKiwi! &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I submited a ticket to IT people but just curious why I can read some variables that have error by shorten their length.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 02:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365873#M86953</guid>
      <dc:creator>Ying</dc:creator>
      <dc:date>2017-06-10T02:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to transcode data.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365875#M86954</link>
      <description>&lt;P&gt;Here are the partial contents from SAS&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;The CONTENTS Procedure

Data Set Name        address          Observations          .
Member Type          DATA             Variables             60
Engine               NETEZZA          Indexes               0
Created              .                Observation Length    0
Last Modified        .                Deleted Observations  0
Protection                            Compressed            NO
Data Set Type                         Sorted                NO
Label
Data Representation  Default
Encoding             Default


                         Variables in Creation Order

 #    Variable      Type     Len    Format    Informat
                                            
 4    address_1      Char    1000    $1000.    $1000.
 5    address_2      Char    1000    $1000.    $1000.
 6    city           Char    1000    $1000.    $1000.
 7    state          Char     200    $200.     $200.
 8    postal         Char     200    $200.     $200.
 9    county         Char      80    $80.      $80.
10    country        Char      12    $12.      $12.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 10 Jun 2017 03:04:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365875#M86954</guid>
      <dc:creator>Ying</dc:creator>
      <dc:date>2017-06-10T03:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to transcode data.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365876#M86955</link>
      <description>&lt;P&gt;The link shows some SAS releases have a fix that can be applied. This is the best way to fix the problem.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 03:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Unable-to-transcode-data/m-p/365876#M86955</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-06-10T03:13:43Z</dc:date>
    </item>
  </channel>
</rss>

