This document covers the following topics:
Prerequisites for all EntireX components are described centrally. See z/OS Prerequisites.
Execute job EXPINSTL
located in the EXX105 data set.
This will install the CICS Socket Listener with all relevant CSD entries. This job:
installs the load modules EXXRFEC
, EXXRFECX
, EXXRFECA
and EXXRFECS
creates the following CICS CSD definitions:
program definitions, where definition for EXXRFECS
needs EXECKEY(CICS)
transaction XRFE, which is the standard transaction name that can be maintained with the RPC Server or Adapter configuration.
If you need to change this CSD entry default, you also need to adapt the configuration parameter CICS transaction ID
. More information:
if you are using the EntireX Adapter, see Connection Parameters for CICS Socket Listener Connections
if you are using the RPC Server for CICS Socket Listener, see Configuring an RPC Server Instance > CICS using the Command Central GUI | Command Line
To run the CICS programs in a separate user transaction
Define your user transaction ID in the RPC Server for CICS Socket Listener, for example:
cics.sl.user.transaction.id=UTSK
For more information see Configuring the CICS Socket Listener Side in the RPC Server for CICS Socket Listener documentation.
Create the CSD for the user transaction ID.
In this CSD definition, specify EXXRFECU
for the PROGRAM
attribute.
To define, for example, UTSK
as user transaction ID, use the following commands:
DEFINE TRANSACTION(UTSK) GROUP(...) DESCRIPTION(CICS Socket Listener user transaction) PROGRAM(EXXRFECU)
Note:
The CICS Socket Listener is also installed along with the RPC Server for CICS, job EXPINSTA located in EXX105 data set. See
Installing the RPC Server for CICS.
For configuration, refer to Preparing for CICS Socket Listener (EntireX Adapter | RPC Server for CICS Socket Listener).