This topic describes the components of
the base application.
Table 1. Application Components
|
Member
name in SDFHSAMP |
Type |
Comment |
| DFH0XCMN |
Cobol Source |
Source code for the catalog manager application |
| DFH0XVDS |
Cobol Source |
Source code for the VSAM data-store module |
| DFH0XSDS |
Cobol Source |
Source code for the stubbed data-store module |
| DFH0XSOD |
Cobol Source |
Source code for the stubbed version of the order dispatch module |
| DFH0XWOD |
Cobol Source |
Source code for the order dispatch module that makes an outbound
Web service request |
| DFH0XODE |
Cobol Source |
Source code for the stubbed version of the order dispatch endpoint |
| DFH0XSSM |
Cobol Source |
Source code for the stubbed version of the stock manager module |
| DFH0XGUI |
Cobol Source |
Source code for the BMS interface controller application |
| DFH0XCFG |
Cobol Source |
Source code for the application configuration module |
| DFH0XCP1 |
Copybook |
Cobol copybook definition for catalog manager inquire and place
order operations |
| DFH0XCP2 |
Copybook |
Cobol copybook definition for dispatch order and stock manager
operations |
| DFH0XCP3 |
Copybook |
Cobol copybook definition for the inquire list
operation |
| DFH0XCP4 |
Copybook |
Cobol copybook definition for the inquire single
operation |
| DFH0XCP5 |
Copybook |
Cobol copybook definition for the place order
operation |
| DFH0XCP6 |
Copybook |
Cobol copybook definition for the dispatch order
operation |
| DFH0XCP7 |
Copybook |
Cobol copybook definition that is mapped to
a SOAP request for the dispatch order operation |
| DFH0XCP8 |
Copybook |
Cobol copybook definition that is mapped to
a SOAP response for the dispatch order operation |
| DFH0XM1 |
Copybook |
Cobol copybook for BMS interface |
| DFH0XM2U |
Copybook |
Customized Cobol copybook for BMS inquire interface |
| DFH0XM3 |
Copybook |
Cobol copybook for BMS interface to configuration module |
| DFH0XS1 |
BMS Mapset |
BMS Mapset for application user interface |
| DFH0XS2 |
BMS Mapset |
BMS Mapset for the inquire operation of the application user
interface |
| DFH0XS3 |
BMS Mapset |
BMS Mapset for the configuration module |
Table 2. CICS Resource
Definitions
| Resource name |
Resource type |
Comment |
| EXAMPLE |
CICS® Resource definition
group |
CICS resource definitions
required for the example application |
| EGUI |
TRANSACTION |
Transaction to invoke program DFH0XGUI to start the BMS interface
to the application (Customizable) |
| ECFG |
TRANSACTION |
Transaction to invoke the program DFH0XCFG to start the example
configuration BMS interface (Customizable) |
| EXMPCAT |
FILE |
File definition of the EXMPCAT VSAM file for the application
catalog (Customizable) |
| EXMPCONF |
FILE |
File definition of the EXMPCONF application configuration file. |