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 batch 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.


指出主題類型的圖示 作業主題



時間戳記圖示 前次更新: July 9, 2016 11:15
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=tgrid_cobol_updating_dynamically
檔名:tgrid_cobol_updating_dynamically.html