Page 1 of 1

JES2 Scheduling Parameter

PostPosted: Thu Dec 09, 2010 11:21 am
by jaggz
Hi,

Could anyone please guide me to schedule the Jobs running under JES2 environment. I am aware about the "maindeadline" parameter Under Jes3 environment, but I would like perform scheduling for the job running under Jes2. Please direct me to correct URL or Keywords that would be informational to proceed further.

Re: JES2 Scheduling Parameter

PostPosted: Thu Dec 09, 2010 5:31 pm
by NicC
OPCA/Tivoli CA-7

Re: JES2 Scheduling Parameter

PostPosted: Thu Dec 09, 2010 5:42 pm
by Robert Sample
JES runs jobs but is not really a scheduling package. As Nic said, you need a software package to do scheduling. JES3 //*MAIN DEADLINE has to do with job priority -- it does not guarantee the job will be completed (or even started) by the deadline. Furthermore, JES Dependent Job Control (DJC) networks are difficult to use (generally, if one job in the DJC network abends, the entire network must be flushed and resubmitted to keep the jobs going).

Re: JES2 Scheduling Parameter

PostPosted: Thu Dec 09, 2010 8:35 pm
by Akatsukami
Robert Sample wrote:Furthermore, JES Dependent Job Control (DJC) networks are difficult to use (generally, if one job in the DJC network abends, the entire network must be flushed and resubmitted to keep the jobs going).

Not true; it is only necessary to re-run the abending job (without it abending again, of course) and the network will automatically resume. We do quite a lot with DJC networks here; one of our tools generates and submits networks according to user needs, which may contain hundreds of jobs.

That said, I agree with NicC that if an actual scheduling system is an option, it ought to be taken.

Re: JES2 Scheduling Parameter

PostPosted: Thu Dec 09, 2010 9:19 pm
by steve-myers
There is a very limited JES2 scheduling facility, the "Mellon Bank" modifications, named after the shop that originated them back in the 1970s. Someone (not Mellon Bank, as far as I know) is maintaining them. The scheduling part consists of /*AFTER and /*BEFORE JECL (Job Entry Control Language) statements. Many shops have them, but not all.

Re: JES2 Scheduling Parameter

PostPosted: Fri Dec 10, 2010 6:00 pm
by jaggz
Thanks for the precise information.