Once you have installed EntireX, you can verify the installation of the following components.
To test the EntireX Broker installation
Start EntireX Broker. See Starting and Stopping the Broker in the z/OS Administration documentation.
Run the example programs:
BCOS
is the example server program
BCOC
is the example client program
The programs BCOC
and BCOS
are client and server programs provided for test purposes. They are delivered as load modules in EXX109.LOAD.
The execution JCL for the example programs is located in the
EXX109.JOBS library in members EXXBCOS
and EXXBCOC
. Modify the JCL for your
installation, and submit job EXXBCOS
first, followed by job EXXBCOC
.
A single message will be sent by program BCOC
and then received by
program BCOS
. Both jobs should return a zero condition code. The output from
each job is written to SYSPRINT.
The installation can be verified by running an example program provided for z/OS. The delivered COBOL and PL/I examples need to be installed separately (either COBOL or PL/I examples). See Installing RPC Examples for z/OS.
See also:
Client and Server Examples for z/OS CICS (COBOL | PL/I) in the respective Wrapper documentation
Starting the RPC Server in the RPC Server for CICS documentation
The installation can be verified by running an example program provided for z/OS. The delivered COBOL and PL/I examples need to be installed separately (either COBOL or PL/I examples or both). See Installing RPC Examples for z/OS.
See also:
Client and Server Examples for z/OS Batch (COBOL | PL/I) in the respective Wrapper documentation
Starting the RPC Server in the RPC Server for Batch documentation
The installation can be verified by running an example program provided for z/OS. The delivered COBOL and PL/I examples need to be installed separately (either COBOL or PL/I examples or both). See Installing RPC Examples for z/OS.
See also:
Client and Server Examples for z/OS IMS BMP (COBOL | PL/I) in the respective Wrapper documentation
Starting the EntireX RPC Server (IMS) in the RPC Server for IMS documentation