Warning
This repository has been archived
IBM Legacy Public Repository Disclosure: All content in this repository including code has been provided by IBM under the associated open source software license and IBM is under no obligation to provide enhancements, updates, or support. IBM developers produced this code as an open source project (not as an IBM product), and IBM makes no assertions as to the level of quality nor security, and will not be maintaining this code going forward.
Sample CICS Java batch application to use a batchlet to print the CICS task number.
The following components are supplied in this repository.
Source code for the following Java class is available in the src/com/ibm/cicsdev/batch directory
simpleBatchlet.java- A simple batchlet to print the CICS task number
simpleBatchlet.xml- JSL sample to run the Java batchletMANIFEST.MF- Sample OSGi bundle manifest that can be used when creating an OSGi plug-in project
- CICS TS V5.3 with APAR PI63005 or later
- Java SE 1.8 or later on the workstation
- Eclipse with WebSphere Developer Tools and CICS Explorer SDK installed
- CICS Explorer V5.3 requires Eclipse 4.4.2 (Luna)
- WebSphere Developer Tools for Eclipse Luna
Please refer to Java batch in CICS tutorial for the configuration steps.