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

Commit 4d36865

Browse files
committed
Commit README
1 parent 90537c3 commit 4d36865

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
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/

0 commit comments

Comments
 (0)