The Global Auto Mart sample comes prepackaged with a JCL
file that will automatically set up the CICS® resource
definitions for you. This lesson will provide you with the steps to
use this JCL. If you wish to create the CICS resource
definitions manually, you can skip down below where the individual
mappings are listed.
To set up the CICS resource
definitions using the provided JCL:
- In the Remote Systems Explorer view, navigate to
the *.AUTOMART.JCL partitioned data set on the host
system, My Data Sets > *.AUTOMART.JCL
- Right click on the file, GAMCSDUP.jcl,
and select Submit. The job will be submitted.
- While still in the Remote System Explorer view,
select JES.
- Right click on My Jobs, and select Show
in Table. The Remote System Details view
will open.
- Verify that the jobs completed successfully, refresh the
table if needed to retrieve the recently submitted job.
Manually create CICS resource
definitions
If you would like to create the CICS Resource Definitions manually instead of
by using JCL, you can map the following program definitions (PD),
transaction definitions (TD), DB2Entry Definitions (DB2ED), and DB2Trans
Definitions (DB2TD):
- GAM0VMM maps to GAM0VMM PD
- GAM0VMI maps to GAM0VMI PD
- GAM0VII maps to GAM0VII PD
- GAM0VSI maps to GAM0VSI PD
- GAM0VMM PD maps to GBMM TD
- GAM0VMI PD maps to GBMI TD
- GAM0VII PD maps to GBII TD
- GAMOVSI PD maps to GBSI TD
- GBSI TD maps to GBSI DB2TD
- GBII TD maps to GBII DB2TD
- GBMI TD maps to GBMI DB2TD
- GBMM TD maps to GBMM DB2TD
- GBSI DB2TD maps to GBMI DB2ED
- GBII DB2TD maps to GBII DB2ED
- GBMI DB2TD maps to GBMI DB2ED
- GBMM DB2TD maps to GBMM DB2ED