Skip to content

Commit 58d0dc8

Browse files
committed
Merge remote-tracking branch 'CICS/master'
2 parents 7fb1c4d + 417be5c commit 58d0dc8

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
JCICSX-Samples
1+
# JCICSX-Samples
2+
3+
This repository contains samples to show different scenarios of how you might use the JCICSX API.
4+
These will not work out of the box, as you will require valid CICS resources eg CICS Programs for them to use.
5+
Each sample is contained within a web application so that you could package each one individually as a WAR and deploy to CICS to get it running. If you're just interested in the Java code, this can be found in *src/main/java/sample/SampleServlet*. To run this locally on your own machine, refer to the documentation here:
6+
//Add link to KC
7+
8+
# Prerequisites
9+
10+
//To add....
11+
//Also link to cics-bundle-maven to say what to add to pom.xml to deploy to CICS if using Maven
12+
13+
14+
15+
## append-char-container-sample
16+
17+
This sample shows how you can create a channel. It then creates a container in that channel, which can contain CHAR data. Additional CHAR data is then appended to the container, and it then gets the combined data from the channel as a string output.
18+
19+
## bit-link-program-sample
20+
21+
This sample walks through how to use the JCICSX API to perform a LINK to a CICS Program. During the LINK, it passes through a CHAR container, and then receives BIT data as the output from the CICS Program.
22+
23+
## char-link-program-sample
24+
25+
This sample is similar to the above, but shows the data being returned in a CHAR container, and therefore recieves a string as the output of the linked CICS Program.

0 commit comments

Comments
 (0)