Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 1.85 KB

File metadata and controls

31 lines (24 loc) · 1.85 KB

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.

cics-java-batch

Sample CICS Java batch application to use a batchlet to print the CICS task number.

The following components are supplied in this repository.

Java package com.ibm.cicsdev.batch

Source code for the following Java class is available in the src/com/ibm/cicsdev/batch directory

Supporting files

  • simpleBatchlet.xml - JSL sample to run the Java batchlet
  • MANIFEST.MF - Sample OSGi bundle manifest that can be used when creating an OSGi plug-in project

Pre-reqs

Configuration

Please refer to Java batch in CICS tutorial for the configuration steps.