This document describes examples provided for COBOL on operating system z/OS with the TP system IMS for an MP region. All examples here can be found in the EntireX directory examples/RPC under UNIX and Windows. They are also available for z/OS if installed. See Extracting the EntireX RPC Examples from their Container Data Set. 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 | EXP103.MVCO | A server application providing the remote procedure CALC (RPC service) with associated example.idl. | |
CALCIGY | JCL | EXP103.MVCO | Job (JCL) to build the remote procedure CALC (RPC service). | 1 |
CALCSTG | IMS definition | EXP103.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 | EXP103.MVCO | A server application providing the remote procedure SQUARE (RPC service), with associated example.idl. | |
SQREIGY | JCL | EXP103.MVCO | Job (JCL) to build the remote procedure SQUARE (RPC service). | 1 |
SQRESTG | IMS definition | EXP103.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.