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

Commit 1230a65

Browse files
authored
Merge pull request #1 from cicsdev/doc-tidy
Documentation tidy.
2 parents 3d0539a + 211506d commit 1230a65

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
cics-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

55
The 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+

0 commit comments

Comments
 (0)