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 +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 11cics-java-batch
22================
3- Sample CICS Java batch application to use a batchlet to print the CICS task number
3+ Sample CICS Java batch application to use a batchlet to print the CICS task number.
44
55The following components are supplied in this repository.
66
77## Java package com.ibm.cicsdev.batch
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 the CICS task number
8+ Source code for the following Java class is available in the [ ` src/com/ibm/cicsdev/batch ` ] ( src/com/ibm/cicsdev/batch ) directory
9+ * [ ` simpleBatchlet.java ` ] ( src/com/ibm/cicsdev/batch/simpleBatchlet.java ) - A simple batchlet to print the CICS task number
1010
1111## 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
12+ * [ ` simpleBatchlet.xml ` ] ( src/ META-INF/batch-jobs/simpleBatchlet.xml) - JSL sample to run the Java batchlet
13+ * [ ` MANIFEST.MF ` ] ( src/ META-INF/MANIFEST.MF) - Sample OSGi bundle manifest that can be used when creating an OSGi plug-in project
1414
1515## Pre-reqs
1616* CICS TS V5.3 with APAR PI63005 or later
1717* Java SE 1.7 or later on the z/OS system
1818* Java SE 1.7 or later on the workstation
1919* Eclipse with WebSphere Developer Tools and CICS Explorer SDK installed
20-
20+ * CICS Explorer V5.3 requires Eclipse 4.4.2 (Luna)
21+ * [ WebSphere Developer Tools for Eclipse Luna] ( https://developer.ibm.com/wasdev/downloads/#asset/tools-WebSphere_Developer_Tools_for_Eclipse_Luna )
2122
2223## 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/
24+ Please refer to [ Java batch in CICS tutorial] ( https://developer.ibm.com/cics/2016/10/04/java-batch-in-cics-tutorial/ )
25+ for the configuration steps.
26+
You can’t perform that action at this time.
0 commit comments