ADSM-L

Cancel sessions.

2002-06-14 11:54:23
Subject: Cancel sessions.
From: Rajesh Oak <rajeshoak AT LYCOS DOT COM>
Date: Fri, 14 Jun 2002 11:52:16 -0400
I have TSM 4.2.1.11 on AIX 4.3
We run a server script:
select * from sessions where upper(session_type)='NODE'
if (rc_ok) goto cancel
exit
cancel: cancel session all
exit
Is it possible to cancel only a few sessions based on a query like:
select session_id from sessions where client_name<>'xxxxxx' and then cancel the 
sessions that come up as a result of my first select statement.

Thanks in advance.

Rajesh Oak


_______________________________________________________
WIN a first class trip to Hawaii.  Live like the King of Rock and Roll
on the big Island. Enter Now!
http://r.lycos.com/r/sagel_mail/http://www.elvis.lycos.com/sweepstakes
<Prev in Thread] Current Thread [Next in Thread>
  • Cancel sessions., Rajesh Oak <=