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

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 755 views
  • 0 likes
  • 3 in conversation