BookmarkSubscribeRSS Feed
VVDR
Obsidian | Level 7

Hi Team,

Good day.

I am facing some CLI error while I am trying to execute any action on SAS tables that are refreshed from Redshift. 

I followed the below steps to replicate.

  • I have executed SAS Libname statement to get the data into SAS from Redshfit. This is working fine.
  • I am able to see all the tables/vies in SAS library.
  • I am not able to perform any action on those tables/view

Ex:

Proc Sql;

      Select count(*) from Test.RTab;

quit;

ERROR: CLI describe error: ERROR: prepared statement "_PLAN0x7f295c000f50" already exists; No query has been executed with that
handle

 

Please help me with the solution.

 

Regards

VVDR 

 

1 REPLY 1
SASKiwi
PROC Star

I'd suggest opening a track with SAS Tech Support on this if you haven't done so already. I searched SAS Notes and couldn't find anything relevant.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 409 views
  • 0 likes
  • 2 in conversation