 |
Call CICS applications from remote |
VSE CICS transactions represent vital core applications in an enterprise. The evolution of the last years showed the necessity of standard and modern interfaces, for the integration of VSE transactions with distributed transactional processes.
IBM CICS Transaction Gateway makes available CICS interfaces to remote platforms.
 |
Overview |
Transactional integrity is very important in modern processes and IBM CICS Transaction Gateway (CTG) allows a such security in distributed environments. It is the remote component for CICS Transaction Server on VSE.
The IBM CICS Transaction Gateway enables you to call a CICS program from a remote system. The CICS Transaction Gateway is responsible for the communication with CICS Transaction Server on VSE. It consists of the CICS Universal Client and the gateway itself. The Universal Client has programming interfaces in various programming languages. The Gateway is used for Java access.
Used in conjunction with the WebSphere Application Server, CTG is the CICS interface for web applications. The web applications can use the most modern internet technologies and calls VSE transactions which can have part of these modern transactional solutions.
VSE CICS Transaction Server supports communications with TCP/IP and SNA. It supports the External Call Interface (ECI) for use with the CICS Transaction Gateway via TCP/IP.
 |
Benefits |
With CICS Transaction Gateway, VSE transactions can be extended to remote platforms and can be integrated in web transactions.
The benefits of a such solution consists of:
- Real time access to CICS programs from remote (program communication)
- Transaction security for the called program
- Good integration into business processes and WebSphere
- Secure connection (SSL) between CTG and CICS possible.
 |
Software requirements |
The following software requirements must be meet in order to implement this solution:
 |
How to get started |
To get started additional setup must be done in VSE CICS Transaction Server and the CICS Transaction Gateway must be installed on the remote platform.
Additional setup for VSE CICS Transaction Server:
- The DFHSITxx has to be changed to allow Inter System Communication (ISC=YES) and TCP/IP Communication (TCP/IP=YES)
- Define a TCP/IP service to be used by CTG (see Redbook SG24-5997)
- User programs can then use CTG interfaces to communicate with Commarea based VSE transactions.
 |
Additional information |
Additional information for this solution scenario can be found:
|