WebSphere software logo IBM Logo

Java Batch ILC sample

You can install, run, and monitor an application invokes COBOL modules using the ILC sample application.

Time required to set up and configure this sample

Approximately 1 hour

Prerequisites for use

  1. WebSphere Application Server for z/OS. This sample was tested most recently with Version 8.5 of the product.
  2. EJBDeploy tool for pre-EJB 3.0 modules. When installing WebSphere Application Server, be sure to include this optional feature. If you are using an existing installation that does not include the EJBDeploy tool, use IBM Installation Manager to modify the installation to include the tool before proceeding.

Copyright license

COPYRIGHT LICENSE: This information contains sample code provided in source code form. You may copy, modify, and distribute these sample programs in any form without payment to IBM for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample code is written. Notwithstanding anything to the contrary, IBM PROVIDES THE SAMPLE SOURCE CODE ON AN "AS IS" BASIS AND IBM DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND ANY WARRANTY OR CONDITION OF NON-INFRINGEMENT. IBM SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR OPERATION OF THE SAMPLE SOURCE CODE. IBM HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS OR MODIFICATIONS TO THE SAMPLE SOURCE CODE.

About this task

The following key phrases are associated with this sample: java batch, pojo, plain old java object, ilc, cobol, parallel, pjm, parallel job manager

The ILC sample demonstrates use of the Java batch COBOL container. The COBOL container enables COBOL modules to be loaded into the WebSphere Application Server for z/OS address space, and they are invoked directly.
Use the following general procedure to install and run the sample. For more information on developing COBOL container batch applications, refer to the article "Developing COBOL container batch applications" in the WebSphere Application Server Information Center.

Procedure