The example application is supplied with a 3270 user interface
to run the application and to customize it. The user interface consists of
two transactions, EGUI and ECFG. A third transaction, ECLI, is
used for the CICS Web service client.
Member name | Description |
---|---|
DFH0XCFG | Program invoked by transaction ECFG to read and update the VSAM configuration file |
DFH0XCMN | Controller program for the catalog application. All requests pass through it. |
DFH0XGUI | Program invoked by transaction EGUI to manage the sending of the BMS maps to the terminal user and the receiving of the maps from the terminal user. It links to program DFH0XCMN. |
DFH0XODE | One of two versions of the endpoint for the order dispatch Web service. This is the version that runs in CICS. It simply sets the text "Order in dispatch" in the return COMMAREA. |
DFH0XSDS | A stubbed or dummy version of the data store program that allows the application to work when the VSAM catalog file has not been set up. It uses data defined in the program rather than data stored in a VSAM file. |
DFH0XSOD | A stubbed version of the order dispatch program. It sets the return code in the COMMAREA to 0 and returns to its caller. It is used when outbound Web services are not required. |
DFH0XSSM | A stubbed version of the stock manager (replenishment) program. It sets the return code in the COMMAREA to 0 and returns to its caller. |
DFH0XVDS | The VSAM version of the data store program. It accesses the VSAM file to perform reads and updates of the catalog. |
DFH0XWOD | The Web service version of the order dispatch program. It issues an EXEC CICS INVOKE WEBSERVICE to make an outbound Web service call to an order dispatcher |