<?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 Impala to SAS incorrect numeric value in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Impala-to-SAS-incorrect-numeric-value/m-p/535545#M147076</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are accessing Impala tables from SAS using the LIBNAME engine IMPALA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I create table SAS table using the following code:&lt;/P&gt;
&lt;P&gt;PROC SQL;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;CREATE TABLE SASTABLE AS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;SELECT * FROM IMPALA.TABLE&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; WHERE COL=123 ;&lt;/P&gt;
&lt;P&gt;QUIT ;&lt;/P&gt;
&lt;P&gt;The table SASTABLE contains one row. Ok&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then I try access the created table using the following code:&lt;/P&gt;
&lt;P&gt;PROC SQL ;&lt;/P&gt;
&lt;P&gt;CREATE TABLE SASTABLE2 as SELECT * FROM SASTABLE&lt;/P&gt;
&lt;P&gt;WHERE COL=123 ;&lt;/P&gt;
&lt;P&gt;QUIT ;&lt;/P&gt;
&lt;P&gt;The table SASTABLE2 does not contain any record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked the content of the variable COL using an Hexadecimal and the value contains trailing digits "FF".&lt;/P&gt;
&lt;P&gt;Have you ever faced this problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your input&lt;/P&gt;</description>
    <pubDate>Thu, 14 Feb 2019 10:54:22 GMT</pubDate>
    <dc:creator>joker</dc:creator>
    <dc:date>2019-02-14T10:54:22Z</dc:date>
    <item>
      <title>Impala to SAS incorrect numeric value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Impala-to-SAS-incorrect-numeric-value/m-p/535545#M147076</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are accessing Impala tables from SAS using the LIBNAME engine IMPALA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I create table SAS table using the following code:&lt;/P&gt;
&lt;P&gt;PROC SQL;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;CREATE TABLE SASTABLE AS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;SELECT * FROM IMPALA.TABLE&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; WHERE COL=123 ;&lt;/P&gt;
&lt;P&gt;QUIT ;&lt;/P&gt;
&lt;P&gt;The table SASTABLE contains one row. Ok&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then I try access the created table using the following code:&lt;/P&gt;
&lt;P&gt;PROC SQL ;&lt;/P&gt;
&lt;P&gt;CREATE TABLE SASTABLE2 as SELECT * FROM SASTABLE&lt;/P&gt;
&lt;P&gt;WHERE COL=123 ;&lt;/P&gt;
&lt;P&gt;QUIT ;&lt;/P&gt;
&lt;P&gt;The table SASTABLE2 does not contain any record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked the content of the variable COL using an Hexadecimal and the value contains trailing digits "FF".&lt;/P&gt;
&lt;P&gt;Have you ever faced this problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your input&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 10:54:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Impala-to-SAS-incorrect-numeric-value/m-p/535545#M147076</guid>
      <dc:creator>joker</dc:creator>
      <dc:date>2019-02-14T10:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Impala to SAS incorrect numeric value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Impala-to-SAS-incorrect-numeric-value/m-p/535758#M147151</link>
      <description>&lt;P&gt;What are the delimiters used in the Impala file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;I checked the content of the variable COL using an Hexadecimal and the value contains trailing digits "FF".&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;How did you check this?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 21:30:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Impala-to-SAS-incorrect-numeric-value/m-p/535758#M147151</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-02-14T21:30:03Z</dc:date>
    </item>
  </channel>
</rss>

