Skip to content

Commit c0e514e

Browse files
committed
Update article link.
1 parent b26e942 commit c0e514e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# cics-java-liberty-link
2-
Sample CICS Java program showing use of the com.ibm.cics.server.invocation.CICSProgram annotation for Link to Liberty
2+
Sample CICS Java program showing use of the com.ibm.cics.server.invocation.CICSProgram annotation for Link to Liberty.
33

44
## License
55
This project is licensed under [Apache License Version 2.0](LICENSE).
@@ -11,7 +11,7 @@ This is a set of sample Eclipse projects for Link to Liberty, demonstrating how
1111
- projects/com.ibm.cics.server.examples.wlp.link.bundle - CICS bundle project
1212

1313
## Prerequisites
14-
- CICS TS V5.3 (or later) with APAR PI63005
14+
- CICS TS V5.3 with APAR PI63005, or later
1515
- A configured Liberty JVM server
1616
- Java SE 1.7 or later on the z/OS system
1717
- Java SE 1.7 or later on the workstation
@@ -32,11 +32,12 @@ You can use CECI to invoke the sample program:
3232
and look for output in the STDOUT location for the JVMSERVER.
3333

3434
You can pass a channel with a container:
35+
3536
`CECI PUT CONTAINER(NAME) CHAR FROM(MATTHEW) CHANNEL(CHAN)`
3637

3738
`CECI LINK PROG(HELLOWLP) CHANNEL(CHAN)`
3839

3940
(ensure both commands are entered in the same CECI session)
4041

4142
## Find out more
42-
For more information on invoking Java EE applications in a Liberty JVM server from CICS programs see [this article](https://developer.ibm.com/cics/2016/11/02/link-to-liberty/).
43+
For more information on invoking Java EE applications in a Liberty JVM server from CICS programs see [this article](https://developer.ibm.com/cics/2016/11/14/link-to-liberty-now-available-in-cics-ts-v5-3/).

0 commit comments

Comments
 (0)