Server Examples for z/OS IMS MPP

This document describes the RPC examples provided. After installation of the EntireX Development Tools package, all examples here can be found in the EntireX directory examples/RPC. They are also available as a z/OS data set, see Installing RPC Examples for z/OS.
This document covers the following topics:


CALC Server

The CALC server is an IMS message processing program (MPP) for the TP system IMS under operating system z/OS. It is accessible with IMS Connect using RPC Server for IMS Connect or the EntireX Adapter.

Name Type Data Set Description Notes
CALC COBOL source code EXP109.MVCO A server application providing the remote procedure CALC (RPC service) with associated example.idl.  
CALCIGY JCL EXP109.MVCO Job (JCL) to build the remote procedure CALC (RPC service). 1
CALCSTG IMS definition EXP109.MVCO IMS first stage generation definition for TNCALCP transaction. 1

Notes:

  1. Adapt the JCL to your needs.

For more information, refer to the readme file in EntireX directory examples/RPC/CobolServer/zosIMSMPP under Linux or Windows.

SQUARE Server

The SQUARE server is an IMS message processing program (MPP) for the TP system IMS under operating system z/OS. It is accessible with IMS Connect using the RPC Server for IMS Connect or the EntireX Adapter.

Name Type Data Set Description Notes
SQUARE COBOL source code EXP109.MVCO A server application providing the remote procedure SQUARE (RPC service), with associated example.idl.  
SQREIGY JCL EXP109.MVCO Job (JCL) to build the remote procedure SQUARE (RPC service). 1
SQRESTG IMS definition EXP109.MVCO IMS first stage generation definition for TNSQREP transaction. 1

Notes:

  1. Adapt the JCL to your needs.

For more information, refer to the readme file in EntireX directory examples/RPC/CobolServer/zosIMSMPP under Linux or Windows.