query [message #99331] |
Wed, 01 October 2003 06:38 |
suman reddy
Messages: 1 Registered: October 2003
|
Junior Member |
|
|
to start a given job at given time. how to code it in jcl
|
|
|
Re: query mvs job submission at a given time [message #99332 is a reply to message #99331] |
Wed, 01 October 2003 07:41 |
Ronald
Messages: 15 Registered: October 2001
|
Junior Member |
|
|
MVS doesnt have a job scheduller built in, you could use cron within USS - or a job scheduller - otherwise
something has to loop around until an event happens or a time is set - this could be problematical and consume resources.
doesnt Oracle have DBMS_JOB ?
coding a disp of OLD on a dataset which something else has for update will hold the step until the something else releases the enq.
|
|
|
Re: query [message #99336 is a reply to message #99331] |
Fri, 02 January 2004 10:02 |
Vijay
Messages: 116 Registered: September 1999
|
Senior Member |
|
|
CA Unicenter has a Scheduler product which works very well for the Job Scheduling on MVS.
|
|
|