This repository was archived by the owner on Dec 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 1- # -cics-java-batch
2- A simple Java batch sample with a batchlet to get CICS task number
1+ cics-java-batch
2+ ================
3+ Sample CICS Java batch application to use a batchlet to print CICS task number
4+
5+ The following components are supplied in this repository.
6+
7+ ## Java package com.ibm.cicsdev.btach
8+ Source code for the following Java class is available in the src/com/ibm/cicsdev/batch directory
9+ * simpleBatchlet.java - A simple batchlet to print CICS task number
10+
11+ ## Supporting files
12+ * /etc/META-INF/batch-jobs/simpleBatchlet.xml - JSL sample to run the Java batchlet
13+ * /etc/META-INF/MANIFEST.MF - Sample OSGi bundle manifest that can be used when creating an OSGi plug-in project
14+
15+ ## Pre-reqs
16+ * CICS TS V5.3 with APAR PI63005 or later
17+ * Java SE 1.7 or later on the z/OS system
18+ * Java SE 1.7 or later on the workstation
19+ * Eclipse with WebSphere Developer Tools and CICS Explorer SDK installed
20+
21+
22+ ## Configuration
23+ Please refer to Java batch in CICS tutorial for the configuration steps.
24+ https://developer.ibm.com/cics/2016/10/04/java-batch-in-cics-tutorial/
You can’t perform that action at this time.
0 commit comments