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.
This document covers the following
topics:
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 | EXP105.MVCO | A server application providing the remote procedure CALC (RPC service) with associated example.idl. | |
CALCIGY |
JCL | EXP105.MVCO | Job (JCL) to build the remote procedure CALC (RPC service). | 1 |
CALCSTG |
IMS definition | EXP105.MVCO | IMS first stage generation definition for TNCALCP transaction. | 1 |
Notes:
For more information, refer to the readme file in EntireX directory examples/RPC/CobolServer/zosIMSMPP under UNIX or Windows.
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 | EXP105.MVCO | A server application providing the remote procedure SQUARE (RPC service), with associated example.idl. | |
SQREIGY |
JCL | EXP105.MVCO | Job (JCL) to build the remote procedure SQUARE (RPC service). | 1 |
SQRESTG |
IMS definition | EXP105.MVCO | IMS first stage generation definition for TNSQREP transaction. | 1 |
Notes:
For more information, refer to the readme file in EntireX directory examples/RPC/CobolServer/zosIMSMPP under UNIX or Windows.