Skip to content

Sample Java programs showing how to use the JCICS Program class to peform CICS LINK operations between CICS Java programs using either a COMMAREA or a channel interface within a CICS OSGi JVM server.

License

Notifications You must be signed in to change notification settings

cicsdev/cics-java-osgi-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

CICS OSGi Java program link application

This sample demonstrates how to use the JCICS Program class to perform CICS LINK operations between CICS Java programs using either a COMMAREA or a channel interface within a CICS OSGi JVM server. Java programs for both the calling and target programs are provided.

Sample DFHCSDUP input is provided to build the CICS resource definitions for the transaction IDs, programs and bundles, along with Gradle and Maven build files to build the Java applications and package into CICS bundle project ZIP files for deployment. Branches are provided for both CICS TS V5 and CICS TS V6 highlighting changes in JCICS v2 at CICS TS V6. The V5 branch uses the OSGi CICS-MainClass header to denote the program entry point, and the CICS TS V6 branch uses the new @CICSProgram annotation for the channel based programs and the CICS-MainClass header for the COMMAREA based prgorams.

Versions

CICS TS for z/OS Version Branch Minimum Java Version Build Status
5.5, 5.6 cicsts/v5.5 8 Build
6.1 cicsts/v6.1 8 Build

License

This project is licensed under Eclipse Public License - v 2.0.

Usage terms

By downloading, installing, and/or using this sample, you acknowledge that separate license terms may apply to any dependencies that might be required as part of the installation and/or execution and/or automated build of the sample, including the following IBM license terms for relevant IBM components:

• IBM CICS development components terms: https://www.ibm.com/support/customer/csol/terms/?id=L-ACRR-BBZLGX

About

Sample Java programs showing how to use the JCICS Program class to peform CICS LINK operations between CICS Java programs using either a COMMAREA or a channel interface within a CICS OSGi JVM server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •