automating TSM process/schedules

2002-03-08 Thread Joe Cascanette
I see in this message group about doing a query on the sessions/processes and if one exists then to reschedule a schedule to check again later. I have been searching the ADSM.SYS site with no luck. Could someone point me in the right direction??? Thanks Joe Here is what I would like to do:

AW: automating TSM process/schedules

2002-03-08 Thread Rupp Thomas (Illwerke)
Hi, one of our Server Command Scripts looks like: /* Are there any sessions running? If yes */ /* define new Schedule with starttime now+20 minutes */ select * from sessions where - upper(session_type)='NODE' if (rc_ok) goto reschedule /* Are there any processes running? If yes */ /*