This section covers the following topics:
The following examples are delivered for z/VSE Batch, where "File" refers to the name of the delivered file, "sublibrary" to the version (v), release (r) and service pack (s) :
File | Sublibrary | Description | Notes |
---|---|---|---|
CALCCLT.J | EXP951 | JCL to compile the calc client example. | 1, 2 |
RUNCLT.J | EXP951 | JCL for running the calc client example. | 1, 2 |
CALCCLT.C | EXP951 | Calc client example (source). | 2 |
CCALC.C | EXP951 | Calc client interface objects (generated). | 2 |
CALCCLT.PHASE | EXP951 | Calc client example (executable). | 2 |
BCOBCALC.J | EXP951 | CALC server compile and LNKEDT JCL. | 1, 3 |
BCOBCALC.C | EXP951 | CALC sample server source. | 3,6 |
CALC.PHASE | EXP951 | CALC sample server executable. | 3,6 |
BCOBHELO.J | EXP951 | HELLO server compile and LNKEDT JCL. | 1, 4 |
BCOBHELO.C | EXP951 | HELLO sample server source. | 4,6 |
HELLO.PHASE | EXP951 | HELLO sample server executable. | 4,6 |
BCOBPOWR.J | EXP951 | POWER server compile and LNKEDT JCL. | 1, 5 |
BCOBPOWR.C | EXP951 | POWER sample server source. | 5,6 |
POWER.PHASE | EXP951 | POWER sample server executable. | 5,6 |
Notes:
BCOBCALC.J
.
BCOBHELO.J
.
BCOBPOWR.J
.
To install and run the client examples for batch
Confirm that the broker and the RPC server are active.
Use the delivered JCL RUNCLT.J in sublibrary EXP951. Adapt the JCL to your needs.
To install and run the server examples for batch
If necessary, include the sublibrary in which the server programs reside into your RPC server LIBDEF chain.
Confirm that the broker is active.
Start the Batch RPC server.