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 for z/OS, if this is installed. See Installing RPC Examples.
This document
covers the following topics:
For CICS under operating system z/OS, the following CALC client is implemented with interface type "CICS with DFHCOMMAREA calling convention". See Client Interface Types for more information.
Name | Type | Data Set | Description | Notes |
---|---|---|---|---|
CALC1DFH |
CICS CSD | EXP105.DCCO | CSD Definition for RPC client CALC1CLT. | |
CALC1IGY |
JCL | EXP105.DCCO | Job (JCL) to build the RPC client CALC1CLT. | 2 |
CALC1MAP |
CICS Map | EXP105.DCCO | CICS Map definition for RPC client and CALC1CLT. | |
CALC1 |
COBOL source code | EXP105.DCCO | Client interface object for IDL program CALC1, alias of CALC. | 1 |
CALC1CLT |
COBOL source code | EXP105.DCCO | An RPC client application calling the remote procedure (RPC service) CALC. | 3 |
CALC1MAP |
COBOL copybook | EXP105.DICO | Description of input and output fields of map CALC1MAP. | |
CALC1 |
COBOL copybook | EXP105.DICO | Client interface object copybook for IDL program CALC1, alias of CALC. | 1 |
Under z/OS, client interface objects are delivered with the installation; under UNIX and Windows, generate these objects with the Designer.
Adapt the JCL to your needs.
Application
built according to the client-side build instructions, see Using the COBOL Wrapper for CICS with DFHCOMMAREA
Calling Convention (z/OS and z/VSE).
associated with IDL file exampleWithPgmAlias.idl, delivered under UNIX and Windows in EntireX directory examples/RPC/CobolClient/zosCICS/DFHCOMMAREA.
client interface object name CALC1 different from remote procedure name CALC (RPC service).
CALC1CLT and client interface objects CALC1 installed as separate CICS programs.
For more information, refer to the readme file in EntireX directory examples/RPC/CobolClient/zosCICS/DFHCOMMAREA under UNIX or Windows.
For CICS under operating system z/OS, the following CALC client is implemented with interface type "CICS with standard linkage calling convention". See Client Interface Types for more information.
Name | Type | Data Set | Description | Notes |
---|---|---|---|---|
CALC |
COBOL source code | EXP105.DCCO | Client interface object for IDL program CALC. | 1 |
CALCCLT |
COBOL source code | EXP105.DCCO | An RPC client application calling the remote procedure (RPC service) CALC. | 2 |
CALCDFH |
CICS CSD | EXP105.DCCO | CSD Definition for RPC client CALCCLT. | |
CALCIGY |
JCL | EXP105.DCCO | Job (JCL) to build the RPC client CALCCLT. | 3 |
CALCMAP |
CICS Map | EXP105.DCCO | CICS Map definition for RPC client CALCCLT. | |
CALC |
COBOL copybook | EXP105.DICO | Client interface object copybook for IDL program CALC. | 1 |
CALCMAP |
COBOL copybook | EXP105.DICO | Description of input and output fields of map CALCMAP. | |
COBSRVI |
COBOL source code | EXP105.DICO | Generic RPC service module for CICS with call interface. | 4 |
Under z/OS, client interface objects are delivered with the installation; under UNIX and Windows, generate these objects with the Designer.
Application
built according to the client-side build instructions, see Using the COBOL Wrapper for CICS with Call Interfaces (z/OS and z/VSE)
associated with IDL file example.idl
CALCCLT uses CICS Map definition CALCMAP
CALCCLT and client interface object CALC are linked together
CALCCLT installed as single CICS program
Adapt the JCL to your needs.
See Generation and Usage of Generic RPC Service Module COBSRVI.
For more information, refer to the readme file in EntireX directory examples/RPC/CobolClient/zosCICS/Callinterface under UNIX or Windows.
For CICS on operating system z/OS, the following SQUARE client is implemented with interface type "CICS with DFHCOMMAREA calling convention". See Client Interface Types for more information.
Name | Type | Data Set | Description | Notes |
---|---|---|---|---|
SQRE1DFH |
CICS CSD | EXP105.DCCO | CSD Definition for RPC client SQRE1CLT. | |
SQREI1GY |
JCL | EXP105.DCCO | Job (JCL) to build the RPC client SQRE1CLT. | 2 |
SQRE1MAP |
CICS Map | EXP105.DCCO | CICS Map definition for RPC clients SQRE1CLT. | |
SQRE1 |
COBOL source code | EXP105.DCCO | Client interface object for IDL program SQRE1, alias of SQUARE. | 1 |
SQRE1CLT |
COBOL source code | EXP105.DCCO | An RPC client application calling the remote procedure (RPC service) SQUARE. | 3 |
SQRE1MAP |
COBOL copybook | EXP105.DICO | Description of input and output fields of map SQRE1MAP. | |
SQRE1 |
COBOL copybook | EXP105.DICO | Client interface object copybook for IDL program SQRE1, alias of SQUARE. | 1 |
Under z/OS, client interface objects are delivered with the installation; under UNIX and Windows, generate these objects with the Designer.
Adapt the JCL to your needs.
Application
built according to the client-side build instructions, see Using the COBOL Wrapper for CICS with DFHCOMMAREA
Calling Convention (z/OS and z/VSE).
associated with IDL exampleWithPgmAlias.idl.
client interface object name SQRE1 different from remote procedure name SQUARE (RPC service).
SQRE1CLT and client interface object SQRE1 installed as separate CICS programs.
For more information, refer to the readme file in EntireX directory examples/RPC/CobolClient/zosCICS/DFHCOMMAREA under UNIX or Windows.
For CICS on operating system z/OS, the following SQUARE client is implemented with interface type "CICS with standard linkage calling convention". See Client Interface Types for more information.
Name | Type | Data Set | Description | Notes |
---|---|---|---|---|
COBSRVI |
COBOL source code | EXP105.DCCO | Generate RPC service module for CICS with call interface. | 4 |
SQRECLT |
COBOL source code | EXP105.DCCO | An RPC client application calling the remote procedure (RPC service) SQUARE. | 2 |
SQREDFH |
CICS CSD | EXP105.DCCO | CSD Definition for RPC client SQRECLT. | |
SQREIGY |
JCL | EXP105.DCCO | Job (JCL) to build the RPC client SQRECLT. | 3 |
SQREMAP |
CICS Map | EXP105.DCCO | CICS Map definition for RPC client SQRECLT. | |
SQUARE |
COBOL source code | EXP105.DCCO | Client interface object for IDL program SQUARE. | 1 |
SQREMAP |
COBOL copybook | EXP105.DICO | Description of input and output fields of map SQREMAP. | |
SQUARE |
COBOL copybook | EXP105.DICO | Client interface object copybook for IDL program SQUARE. | 1 |
Under z/OS, client interface objects are delivered with the installation; under UNIX and Windows, generate these objects with the Designer.
Application
built according to the client-side build instructions, see Using the COBOL Wrapper for CICS with Call Interfaces (z/OS and z/VSE).
associated with IDL file example.idl.
SQRECLT uses CICS Map definition SQREMAP.
SQRECLT and client interface object SQUARE are linked together.
SQRECLT installed as single CICS program.
Adapt the JCL to your needs.
See Generation and Usage of Generic RPC Service Module COBSRVI.
For more information, refer to the readme file in EntireX directory examples/RPC/CobolClient/zosCICS/CallInterface under UNIX or Windows.
For CICS under operating system z/OS, the CALC server is built with COBOL Wrapper "CICS with DFHCOMMAREA calling convention" interface type. See Server Interface Types for more information.
Name | Type | Data Set | Description | Notes |
---|---|---|---|---|
CALC |
COBOL source code | EXP105.DVCO | A server application providing the remote procedure CALC (RPC service), with associated example.idl. | 1 |
CALCDFH |
CICS CSD | EXP105.DVCO | CSD Definition for remote procedure CALC (RPC service). | |
CALCIGY |
JCL | EXP105.DVCO | Job (JCL) to build the remote procedure CALC (RPC service). | 2 |
Notes:
DFHCOMMAREA
Calling Convention (z/OS and z/VSE).
For more information, refer to the readme file in EntireX directory examples/RPC/CobolServer/zosCICS/DFHCOMMAREA under UNIX or Windows.
For CICS under operating system z/OS, the SQUARE server is built with COBOL Wrapper "CICS with DFHCOMMAREA calling convention" interface type. See Client Interface Types for more information.
Name | Type | Data Set | Description | Notes |
---|---|---|---|---|
SQREDFH |
CICS CSD | EXP105.DVCO | CSD Definition for remote procedure SQUARE (RPC service). | |
SQREIGY |
JCL | EXP105.DVCO | Job (JCL) to build the remote procedure SQUARE (RPC service). | 2 |
SQUARE |
COBOL source code | EXP105.DVCO | A server application providing the remote procedure SQUARE (RPC service), with associated example.idl. | 1 |
Notes:
DFHCOMMAREA
Calling Convention (z/OS and z/VSE).
For more information, refer to the readme file in EntireX directory examples/RPC/CobolServer/zosCICS/DFHCOMMAREA under UNIX or Windows.
For CICS on operating system z/OS, the TWOC server is built with COBOL Wrapper "CICS with Channel Container calling convention" interface type. See Server Interface Types for more information.
Name | Type | Data Set | Description | Notes |
---|---|---|---|---|
TWOC |
COBOL source code | EXP105.DVCO | A server application providing the remote procedure TWOC (RPC service), with associated CICSChannelContainer.idl. | 1 |
TWOCDFH |
CICS CSD | EXP105.DVCO | CSD Definition for remote procedure TWOC (RPC service). | |
TWOCIGY |
JCL | EXP105.DVCO | Job (JCL) to build remote procedure TWOC (RPC service). | 2 |
Application built according to the server-side build instructions. See Using the COBOL Wrapper for CICS with Channel Container Calling Convention (z/OS).
Adapt the JCL to your needs.
For more information, see the readme file in EntireX directory examples/RPC/CobolServer/zosCICS/ChannelContainer under UNIX or Windows.