BookmarkSubscribeRSS Feed
OGA
Fluorite | Level 6 OGA
Fluorite | Level 6

Hello,

we have problems with the connections between SAS and Netezza, they stay open after the query is finished.

4 REPLIES 4
LinusH
Tourmaline | Level 20

Connections are generally open untill the session ends.

Are the queries issued through libref or Proc SQL CONNECT TO?

Have you used the CONNECTION= option?

Data never sleeps
OGA
Fluorite | Level 6 OGA
Fluorite | Level 6
Hello,

We use libref

Send a proc sql. P.E

proc sql;
SELECT max(ci5301_periodo) format best. INTO :fec FROM Rdb2CI.ci5301;
quit;

SASKiwi
PROC Star

In that case just clear your LIBREF once your query has finished:

libname LIBREF clear;
OGA
Fluorite | Level 6 OGA
Fluorite | Level 6

Hello,

I found the problem, we have auto-assignable Netezza libraries. When users disconnect incorrectly, the connections are not released.

 

thanks

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 4 replies
  • 623 views
  • 0 likes
  • 3 in conversation