Hello,
We are accessing Impala tables from SAS using the LIBNAME engine IMPALA.
I create table SAS table using the following code:
PROC SQL;
CREATE TABLE SASTABLE AS
SELECT * FROM IMPALA.TABLE
WHERE COL=123 ;
QUIT ;
The table SASTABLE contains one row. Ok
then I try access the created table using the following code:
PROC SQL ;
CREATE TABLE SASTABLE2 as SELECT * FROM SASTABLE
WHERE COL=123 ;
QUIT ;
The table SASTABLE2 does not contain any record.
I checked the content of the variable COL using an Hexadecimal and the value contains trailing digits "FF".
Have you ever faced this problem?
Thanks for your input
What are the delimiters used in the Impala file?
>I checked the content of the variable COL using an Hexadecimal and the value contains trailing digits "FF".
How did you check this?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.