Introduction to the RPC Server for CICS ECI

The EntireX RPC Server for CICS® ECI allows standard RPC clients to communicate with CICS programs running on IBM CICS®. It supports the programming languages COBOL and PL/I and transforms the RPC requests from clients into messages to CICS ECI. This document covers the following topics:


Overview

The RPC Server for CICS ECI acts on one side as an RPC server and on the other side as a client for CICS ECI. The RPC Server for CICS ECI is a Java-based component that can run on a different host to the one where CICS is running. This allows it to operate with a zero footprint of EntireX on the CICS host.

graphics/cicsEci.png

For local extraction, all source files have to be stored locally on the same machine where the Designer is running.

Remote extraction requires an RPC server running under z/OS with Extractor Service (Batch | IMS).

Worker Models

graphics/intro_workerModels-ceci.png

RPC requests are worked off inside the RPC server in worker threads. If you are using RPC conversations, each RPC conversation requires its own thread during the lifetime of the conversation. The RPC Server for CICS ECI can adjust the number of worker threads to the number of parallel requests. The RPC server provides two worker models:

  • FIXED
    The fixed model creates a fixed number of worker threads. The number of worker threads does not increase or decrease during the lifetime of an RPC server instance.

  • DYNAMIC
    The dynamic model creates worker threads depending on the incoming load of RPC requests.

For configuration and technical details, see property entirex.server.fixedservers under Administering the RPC Server for CICS ECI.