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.
The CALC
client is built with COBOL Wrapper interface type
"Batch with standard linkage calling convention".
See Client Interface Types for more information.
Name | Type | Sublibrary(3) | Description | Notes |
---|---|---|---|---|
README1.TXT |
Text document | EXAMPLE.COBCLTB |
Client build instructions and description. | |
CALCCLT.C |
COBOL source code | EXAMPLE.COBCLTB |
A client application calling the remote procedure (RPC service) CALC, with associated example.idl. | 2 |
CALC.C |
COBOL source code | EXAMPLE.COBCLTB |
Client interface object for IDL program CALC .
|
1 |
CALC.C |
COBOL copybook | EXAMPLE.COBCPYB |
Client interface object copybook for IDL program CALC. | 1 |
ERXCOMM.C |
COBOL copybook | EXAMPLE.COBCPY |
RPC Communication Area copybook. | 1 |
COBSRVIB.C |
COBOL source code | EXAMPLE.COBCLTB |
Generic RPC Service for Batch. | 4 |
CALCCLT.J |
JCL | EXAMPLE.COBCLTB |
Job control to build the RPC client CALCCLT .
|
3 |
CALCRUN.J |
JCL | EXAMPLE.COBCLTB |
Job control to execute the RPC client CALCCLT .
|
3 |
Notes:
For more information refer to the file README1.TXT
in EntireX directory
examples/RPC/CobolClient/vseBatch under Linux
or Windows.
For batch under operating system z/VSE, the SQUARE client is built with COBOL Wrapper interface type "Batch with standard linkage calling convention". See Client Interface Types for more information.
Name | Type | Sublibrary (2) | Description | Notes |
---|---|---|---|---|
README1.TXT |
Text document | EXAMPLE.COBCLTB |
Client build instructions and description | |
SQRECLT.C |
COBOL source code | EXAMPLE.COBCLTB |
A client application calling the remote procedure (RPC service) SQUARE , with associated example.idl.
|
1 |
SQUARE.C |
COBOL source code | EXAMPLE.COBCLTB |
Client interface object for IDL program SQUARE .
|
3 |
SQUARE.C |
COBOL copybook | EXAMPLE.COBCPYB |
Client interface object copybook for IDL program SQUARE .
|
3 |
ERXCOMM.C |
COBOL copybook | EXAMPLE.COBCPY |
RPC Communication Area copybook. | 3 |
COBSRVIB.C |
COBOL source code | EXAMPLE.COBCLTB |
Generic RPC Service for Batch. | 4 |
SQRECLT.J |
JCL | EXAMPLE.COBCLTB |
Job control to build the RPC client SQRECLT .
|
2 |
SQRERUN.J |
JCL | EXAMPLE.COBCLTB |
Job control to execute the RPC client SQRECLT .
|
2 |
Notes:
For more information, refer to the file README1.TXT
in EntireX directory
examples/RPC/CobolClient/vseBatch under Linux or Windows.