Installing and setting up the base application
Before you can run the base application you must define and populate two VSAM data sets, and install two transaction definitions.
Creating and defining the VSAM data sets
The example application uses two KSDS VSAM data sets to be defined and populated. One data set contains configuration information for the example application. The other contains the sales catalog.
Procedure
Defining the 3270 interface
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.
Procedure
Use the CEDA transaction to create TRANSACTION definitions
for both transactions.
- To define transaction EGUI, enter the following: CEDA DEF TRANS (EGUI) G(EXAMPLE) PROG(DFH0XGUI).
- To define transaction ECFG, enter the following: CEDA DEF TRANS (ECFG) G(EXAMPLE) PROG(DFH0XCFG)
Use
the default values for all other attributes.
Note: The correct operation
of the example application does not depend on the names of the transactions,
so you can use different names if you wish.
Alternatively, you
can copy the TRANSACTION definitions from CICS supplied group DFH$EXBS.Completing the installation
To complete the installation, install the RDO group that contains your resource definitions.
Procedure
Enter the following command at a CICS terminal: CEDA I G(EXAMPLE).