Set up the CICS resource definitions
The Global Auto Mart sample comes prepackaged with a JCL file that automatically sets up the CICS® resource definitions for you. Learn how to use this JCL. To create the CICS resource definitions manually, skip to the second half of the lesson.
To set up the CICS resource definitions by using the provided JCL:
- In the Remote Systems view, click .
- Right-click the file GAMCSDUP.jcl.
- Click Submit. The job is submitted.
- While still in the Remote Systems view, expand JES.
- Right-click My Jobs.
- Click Show in Table. The Remote System Details view opens.
- Verify that the jobs completed successfully.Tip: Refresh the table to retrieve the recently submitted job.
Manually create CICS resource definitions
To create the CICS Resource Definitions manually instead
of by using JCL, you can map the following program definitions (PDs), transaction definitions (TDs),
DB2Entry Definitions (DB2EDs), and DB2Trans Definitions (DB2TDs):
GAM0VMM
maps toGAM0VMM PD
GAM0VMI
maps toGAM0VMI PD
GAM0VII
maps toGAM0VII PD
GAM0VSI
maps toGAM0VSI PD
GAM0VMM PD
maps toGBMM TD
GAM0VMI PD
maps toGBMI TD
GAM0VII PD
maps toGBII TD
GAMOVSI PD
maps toGBSI TD
GBSI TD
maps toGBSI DB2TD
GBII TD
maps toGBII DB2TD
GBMI TD
maps toGBMI DB2TD
GBMM TD
maps toGBMM DB2TD
GBSI DB2TD
maps toGBMI DB2ED
GBII DB2TD
maps toGBII DB2ED
GBMI DB2TD
maps toGBMI DB2ED
GBMM DB2TD
maps toGBMM DB2ED