Hello,
we have problems with the connections between SAS and Netezza, they stay open after the query is finished.
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?
In that case just clear your LIBREF once your query has finished:
libname LIBREF clear;
Hello,
I found the problem, we have auto-assignable Netezza libraries. When users disconnect incorrectly, the connections are not released.
thanks
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.