Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 4.51 KB

Source.md

File metadata and controls

53 lines (39 loc) · 4.51 KB

Source code

Java files

  • CICSApplication - class used to specify the path for this application.
  • LinkChannelResource - demonstrates the use of channels and containers when using the LINK command in Java.
  • LinkCommareaResource - demonstrates the options available for using the LINK command in Java with a commarea.
  • LinkToLiberty - simple POJO to demonstrate how the @CICSProgram annotation can be used to allow non-Java programs to issue an EXEC CICS LINK command and execute code in a Liberty JVM server.
  • LinkToSecurity - simple POJO containing a Link to Liberty method that demonstrates some aspects of the security behaviour of Link to Liberty.
  • LinkToTransaction - simple POJO containing Link to Liberty method to demonstrate aspects of transaction and Exception behaviour of Link to Liberty.
  • TaskResource - provides a simple REST service for retrieving basic task information.
  • TemporaryStorageResource - several methods used to manipulate TSQs.
  • VsamKsdsFileResource - demonstrates use of the JCICS API to access a VSAM KSDS file.
  • StatusBean - simple JAX-RS bean for returning a status message back to the RESTful client.
  • StockPartBean - simple JAX-RS bean for returning the information held in a StockPart instance.
  • StockPartCollection - simple JAX-RS bean for returning a collection of StockPartBean instances.
  • SupplierBean - simple JAX-RS bean for returning the information held in a Supplier instance.
  • TaskBean - simple JAX-RS bean for storing task information retrieved from CICS.
  • StockPartHelper - class used to provide methods used when creating sample StockPart objects.

COBOL files

COBOL copybooks

  • STOKPART.cpy - copybook used to generate the StockPart class.
  • SUPPLIER.cpy - copybook used to generate the Supplier class.

COBOL source

Supporting files