Start of change

Java Interlanguage Batch

The Java™ Interlanguage Batch support provides a framework for resource sharing between Java and high-level language (such as COBOL or C) application code that is running under a basic z/OS® batch execution environment. For example, the Java Interlanguage Batch framework provides the ability to update the Db2® database from COBOL and Java in a single transaction.

A high-level description of how to install, configure, and use the Java Interlanguage Batch runtime environment and dependencies is provided. Also included are some basic samples that demonstrate a simple usage of the Java Interlanguage Batch functionality.

Requirements and prerequisites for Java Interlanguage Batch

Java Interlanguage Batch requires the following programs:
  • Minimum of z/OS 2.4.
  • Language Environment® APAR PH45216, which delivers support for a new Language Environment CEEMICT API.
  • Db2 for z/OS V11 or later.
  • Db2 for z/OS JCC Type-2 z/OS Driver with APAR PH48861 or later.
  • IBM® SDK for z/OS, Java Technology Edition, Version 8, or later.
  • IBM Java™ Batch Launcher and Toolkit for z/OS® (JZOS).
  • Any of the following:
    • IBM Enterprise COBOL for z/OS.
    • IBM z/OS XL C/C++.
End of change