Time delay in step execution in JCL



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Time delay in step execution in JCL

Postby Rajesh Meenakshi » Tue Dec 22, 2009 7:19 pm

If there are 3 steps in a JCL, I need STEP 2 to execute 5 min after STEP 1.
Rajesh Meenakshi
 
Posts: 2
Joined: Tue Dec 01, 2009 3:42 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Time delay in step execution in JCL

Postby expat » Tue Dec 22, 2009 8:14 pm

DO NOT even think about it.

The job scheduling software should be easily able to handle that. And look at what you are doing, hogging an initiator for 5 minutes thus reducing the availability of resource to other users.
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times

Re: Time delay in step execution in JCL

Postby dick scherrer » Wed Dec 23, 2009 12:11 am

Hello,

Why do you believe you need a timed delay?

I suspect this is how you've chosen to solve something rather than being a requirement. . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: Time delay in step execution in JCL

Postby Anuj Dhawan » Thu Dec 24, 2009 7:54 pm

Make two seprate JCLs - one with first step and other with rest two-steps; then execute them accordingly.
Anuj
Anuj Dhawan
 
Posts: 273
Joined: Mon Feb 25, 2008 3:53 am
Location: Mumbai, India
Has thanked: 6 times
Been thanked: 4 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post