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.