BookmarkSubscribeRSS Feed
yevgeniyelbert
Fluorite | Level 6

As an admin, i am trying to find long-standing disconnected sessions - to clean those up, so i don't have to do it manually in Environment Manager.

When i run this code it only lists CONNECTED sessions. Is there an option to see disconnected ones?

 

proc cas;
action accessControl.assumeRole/adminRole = 'SuperUser';
action session.listSessions;
run;
quit;

 

yevgeniyelbert_0-1587661017222.png

 

 

2 REPLIES 2
yevgeniyelbert
Fluorite | Level 6

Thanks @Al ! I was hoping to do something from SAS UI. So running  a SAS script to find and clean up disconnected sessions. You can do it manually in Environment Manager - i was hoping that there would be corresponding SAS code to do it too.