EntireX CICS Socket Listener

The EntireX CICS Socket Listener is a remote connector on z/OS or z/VSE to call CICS mainframe programs. This document covers the following topics:


Scope

The EntireX CICS Socket Listener

graphics/scope-1.png

The implementation for CICS is based on the CICS standard listener provided by IBM. With this listener you can launch CICS transaction via TCP/IP. The launched transaction takes the TCP connection and continues the communication with the launching process.

Depending on your platform, more information on configuring the IBM standard listener for CICS can be found under the following IBM documentation:

  • z/OS Communications Server: IP CICS Socket Guide

  • z/VSE TCP/IP Support

graphics/scope-2.png

Apart from installation there is no configuration necessary on mainframe platforms. All configuration data resides on the UNIX/Windows side. See:

Installing the CICS Socket Listener

The CICS Socket Listener is a subcomponent of the EntireX RPC Server for z/OS or z/VSE CICS®.

  • Under z/OS it is installed along with the RPC Server for CICS installation (job EXPINSTA in the JOBS data set). See Installing CICS Socket Listener in the z/OS Installation documentation for details.

  • Under z/VSE, execute job CICSDEF.J in sublibrary EXP960. See Installing CICS Socket Listener in the z/VSE Installation documentation for details.

Configuring the IBM Standard Listener

Depending on your platform, more information on configuring the IBM standard listener for CICS can be found under the following IBM documentation:

  • z/OS Communications Server: IP CICS Socket Guide

  • z/VSE TCP/IP Support

Start of instruction setTo configure the IBM standard listener

  • Use the CICS-supplied transaction EZAC,ALT,LISTENER.

Start of instruction setTo start/stop the IBM standard listener

  • Use the CICS supplied transaction EZAO. The listener is automatically started/stopped when CICS is started or stopped.