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

Need Help on Control M Scheduling.


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sammmy

New User


Joined: 30 Dec 2011
Posts: 3
Location: AUstralia

PostPosted: Thu Nov 22, 2012 3:23 pm
Reply with quote

Two new Jobs need to be developed – Job A and Job B.

Job A will be a daily Job triggered at a time X.


Job A’s Time RC Triggered Job B’s Time
__________________________________________
A 9:10 AM 0 B 11:10 AM
A 9:10 AM 1000 None -

In other words,

If Job A is executed(at 9:10 AM everyday) and the return code is = 1000, then the Job B should not get triggered and,
If Job A is executed(at 9:10 AM everyday) and the return code is not = 1000, then the Job B should get triggered at 11:10 AM.

Could someone help me with this ?

Thanks,
Sam.
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Mon Nov 26, 2012 8:50 pm
Reply with quote

Are you allowed to use "DO FORCEJOB" in Job A's table definition?

If so, then set up Job B in a table with an 11:10am start time and simply "DO FORCEJOB" when Job A gets something besides 1000.
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 -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts Help Control-R IBM Tools 2
This topic is locked: you cannot edit posts or make replies. Need assistance in job scheduling logic. Mainframe Interview Questions 2
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Try to understand IMS control block IMS DB/DC 0
Search our Forums:

Back to Top