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.
Job E wait 15 minutes after Job D completes
-
- Posts: 11
- Joined: Wed Jul 22, 2009 7:17 pm
- Skillset: CA7 Scheduler since 2000. AutoSYS, Unysis.
- Referer: Google Search
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Timing Issue.
Hello,
What can be accomplished by waiting 15 minutes after one job completes to start another. . .
What can be accomplished by waiting 15 minutes after one job completes to start another. . .

Hope this helps,
d.sch.
d.sch.
-
- Posts: 3
- Joined: Thu Jul 23, 2009 7:51 pm
- Skillset: Mainframe Ops, Mainframe printing, CA-7 scheduling, TSO, ROscoe,TLMS etc.
- Referer: browsed on google
Re: Timing Issue.
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
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
-
- Posts: 11
- Joined: Wed Jul 22, 2009 7:17 pm
- Skillset: CA7 Scheduler since 2000. AutoSYS, Unysis.
- Referer: Google Search
Re: Timing Issue.
Thanks Jonnie!
I am actually going to use CA-Opera to demand in the next job!
Jarrod
I am actually going to use CA-Opera to demand in the next job!
Jarrod
-
- Posts: 11
- Joined: Wed Jul 22, 2009 7:17 pm
- Skillset: CA7 Scheduler since 2000. AutoSYS, Unysis.
- Referer: Google Search
Re: Job E wait 15 minutes after Job D completes
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 !!
Any suggestions?
Thanks !!