Integration of an external workload scheduler to manage batch workloads

Many customers already use an external workload scheduler to manage batch workloads on the z/OS® operating system. While Java™ batch running inside a WebSphere® Application Server environment is attractive, a way to control lote jobs through an external workload scheduler is important.

External scheduler integration

Since an external scheduler does not know how to directly manage lote jobs, a proxy model is used. The proxy model uses a regular JCL job to submit, monitor, or submit and monitor the lote job. The JCL job step invokes a special program provided by lote, named WSGRID. The WSGRID application submits and monitors a specified lote job. WSGRID writes intermediary results of the job into the JCL job log. WSGRID does not return until the underlying job is complete, consequently providing a synchronous execution model. Since the external scheduler can manage JCL jobs, it can manage a JCL job that invokes WSGRID. Using this pattern, the external scheduler can indirectly manage a job. An optional plug-in interface in the job scheduler enables a user to add code that updates the external scheduler operation plan to reflect the unique state of the underlying job, such as job started, step started, step ended, job ended. The WSGRID program is written with special recovery processing so that if the JCL job is canceled, the underlying job is canceled also, thus ensuring synchronized life cycle of the two jobs.

[AIX Solaris HP-UX Linux Windows][z/OS] The following diagram shows the job control by an external workload scheduler, but without JES being required.

Job control by an external workload scheduler

[z/OS]The following diagram shows the job control by an external workload scheduler for the z/OS platform environment. In this diagram, the Tivoli® Workload Scheduler is shown as an example workload scheduler.

Job control on the z/OS platform by an external workload scheduler


Ícone que indica o tipo de tópico Tópico de Conceito



Ícone de registro de data e hora Última atualização: July 9, 2016 7:49
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=cgrid_cgtws
Nome do arquivo: cgrid_cgtws.html