IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

JCL that triggers itself after every 15 mins


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
AJ_CTS

New User


Joined: 19 Feb 2006
Posts: 2

PostPosted: Wed May 24, 2006 6:28 pm
Reply with quote

My requirement is that the JCL should be triggered after every 15 mins. I am using the internal reader concept as the last step of the job to submit the same jcl from the top. But i dont want to make the jcl run continuously. Every time the last step is reached i have to make the JCL wait for a period of 15 mins before submitting the same job through internal reader.

Isearched this forum but was not able to come up with a relevant thread.
Could any one help me with this and if this has already been discussed please post the thread details

Thanks,
AJ
Back to top
View user's profile Send private message
rajandhla

Active User


Joined: 18 Oct 2005
Posts: 182
Location: Luton UK

PostPosted: Wed May 24, 2006 6:58 pm
Reply with quote

Hi,

Instead of using the last step and internal reader concept to submit the same job

I don't know which schedular you are using, but you can use the schedular and do setting for the job to trigger every 15 mins.

Regards
Jai
Back to top
View user's profile Send private message
Gurmeet

New User


Joined: 22 Feb 2006
Posts: 46
Location: Pune

PostPosted: Wed May 24, 2006 7:20 pm
Reply with quote

As rajandhla mentioned even i think scheduling the job would be the best Idea.

I have a weird icon_idea.gif idea about implementing this, never tried though, see if it helps.

Run a REXX in the penultimate step and put a elapsed time function in a loop until time > 15mins/or 900 secs, as soon as it comes out of the loop this step will end and the last step to submit the job will run.

~Gurmeet
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Log an Plan name/id or Job Id using D... DB2 1
No new posts CICS web service from DB2 Triggers or... DB2 2
No new posts DB2 triggers to send realtime data DB2 2
No new posts Need a query to pull 15 mins records DB2 1
No new posts SUBSTRACT 15 MINS FROM CURRENT TIMESTAMP DB2 3
Search our Forums:

Back to Top