Skip to content

Commit 8ecf35e

Browse files
sophiegreenGitHub Enterprise
authored andcommitted
Update README.md
1 parent 5e8e142 commit 8ecf35e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
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+
6+
## append-char-container-sample
7+
8+
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.
9+
10+
## bit-link-program-sample
11+
12+
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.
13+
14+
## char-link-program-sample
15+
16+
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)