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:
For batch on operating system z/OS the CALC client is built with PL/I Wrapper target platform setting "Batch for z/OS". See Target Platform under Generating PL/I Source Files from Software AG IDL Files.
Name | Type | Data Set | Description | Notes |
---|---|---|---|---|
CALC |
PL/I source code | EXP105.PCPL | Client interface object for IDL program CALC |
1 |
CALCCLT |
PL/I source code | EXP105.PCPL | A client application calling the remote procedure (RPC service) CALC, with associated example.idl. | 2 |
CALCIBM |
JCL | EXP105.PCPL | Job (JCL) to build the RPC client CALCCLT .
|
3 |
CALCRUN |
JCL | EXP105.PCPL | Job (JCL) to execute the RPC client CALCCLT .
|
3 |
CALC |
PL/I copybook | EXP105.PIPL | Client interface object copybook for IDL program CALC .
|
1 |
EXAMPLE |
PL/I copybook | EXP105.PIPL | client interface object entry points | 1 |
RPCPPS |
PL/I copybook | EXP105.PIPL | PL/I Wrapper Preprocessor Switches and Settings. |
Notes:
For more information see the readme file in EntireX directory examples/RPC/PLIClient/zosBatch under UNIX or Windows.
For batch on operating system z/OS, the CALC server is built with PL/I Wrapper target platform setting "Batch for z/OS". For more information on target platforms, see Target Platform under Generating PL/I Source Files from Software AG IDL Files.
Name | Type | Data Set | Description | Notes |
---|---|---|---|---|
CALC |
PL/I source code | EXP105.PVPL | A server application providing the remote procedure CALC (RPC
service), with associated example.idl.
|
1 |
CALCIBM |
JCL | EXP105.PVPL | Job (JCL) to build the remote procedure CALC (RPC
service).
|
2 |
Notes:
For more information see the readme file in EntireX directory examples/RPC/PLIServer/zosBatch under UNIX or Windows.