Page 1 of 1

Job E wait 15 minutes after Job D completes

PostPosted: Wed Jul 22, 2009 7:51 pm
by BaghdadMedic
I need to create a process where Job D triggers Job E. However, I need to make Job E wait 15 minutes after Job D completes. There are jobs that run before Job D so I can not simply use the submit time feature. Job D & E are scheduled differently under three different scenarios. Is there a JCL, othjer program, or CA7 command that can automate this 15 minute pause?

Thanks,

Jarrod
Tallahassee, Florida.

Re: Timing Issue.

PostPosted: Thu Jul 23, 2009 2:51 am
by dick scherrer
Hello,

What can be accomplished by waiting 15 minutes after one job completes to start another. . . :?

Re: Timing Issue.

PostPosted: Thu Jul 23, 2009 8:03 pm
by jonnie
Hi,

You can use the command demand,job=JOBNAME,time=+15. You might have to put this in a seperate BTI job which must in turn be triggered by Job D.

Hope this helps

Re: Timing Issue.

PostPosted: Mon Jul 27, 2009 8:11 pm
by BaghdadMedic
Thanks Jonnie!
I am actually going to use CA-Opera to demand in the next job!
Jarrod

Re: Job E wait 15 minutes after Job D completes

PostPosted: Tue Aug 11, 2009 2:24 am
by BaghdadMedic
Does anyone know how to schedule the BTI job? What I mean is, I am required to enter my user name and Ca7 password in the JCL library, this violates my security rules. I would love to schedule a program that could do the above command.

Any suggestions?

Thanks !!