Remote JVM calls to CICS

General discussion on the JZOS batch launcher and toolkit
Post Reply
mwilliam
Posts: 37
Joined: Mon Oct 11, 2004 3:21 pm

Remote JVM calls to CICS

Post by mwilliam »

Just curious,
is it possible to have a JVM batch application to initiate a transaction in a CICS region?

I've used batch utilities before to initiate tasks outside of CICS, but wondered if the same thing could be done with JAVA.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

There are various "connectors" which allow a Java application to connect to CICS and run transactions. Is that what you mean?
mwilliam
Posts: 37
Joined: Mon Oct 11, 2004 3:21 pm

Post by mwilliam »

Yes,
I'll need the java application to connect to CICS, invoke a predefined transaction with data, and wait for the response back.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

The most current (external) Java interface to CICS is called "CCI".
More information can be found in: SC34-6440 "Java Applications in CICS".

This most commonly used from a Websphere client, but the manual leads one to believe that it can be also done from a standalone Java client.
Post Reply