Dynamically updating a COBOL module

You can dynamically update a COBOL module without having to restart the batch application server.

About this task

The COBOL module DLL is loaded by the ILContainer upon first invocation of the COBOL procedure, and is released by the ILContainer when the ILContainer is destroyed, which is at the end of the batch step.

This function enables you to dynamically update the COBOL module between batch jobs or steps without having to restart the lote application server. The updated COBOL module is dynamically loaded by the ILContainer that is created during the next batch step.

Procedure

  1. Update the COBOL module.
  2. Run the batch application.

    For more information about running batch applications, read about the batch programming model.


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



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