The CICSPlex SM-supplied extract routine

The CICSPlex® SM-supplied extract routine, called EYU9BCSD, is supplied in the CICSTS22.CPSM.SEYUAUTH library. You must run EYU9BCSD on a z/OS® system. You can use the program to extract records from CSD files on the following versions of CICS:

For each CSD record identified in your input file, EYU9BCSD generates an equivalent CICSPlex SM resource definition record. For example, a CSD PROGRAM record is used to build a PROGDEF resource definition. Each field in the CSD record is used to assign the appropriate attribute value to the resource definition.

In addition to generating individual resource definitions, EYU9BCSD also generates CICSPlex SM resource group definitions (RESGROUP). It uses the RESGROUP keyword of the xxxxDEF resource definitions to maintain the relationship to the resource group. That means when a PROGDEF resource definition is generated from a CSD PROGRAM record, it can be automatically associated with an appropriate resource group. You can choose to create a resource group for each CSD group presented to the exit, using the existing GROUP names. Alternatively, you can name a single resource group to be created from all the CSD groups being processed by EYU9BCSD.

Output from EYU9BCSD is in the form of batched repository-update facility CREATE commands. When you submit those commands, the batched repository-update facility creates the appropriate resource definition records in the data repository.

Note:
EYU9BCSD will not build BATCHREP output for CSD resources stored in the CSD groups with names beginning with either DFH or EYU. It is not intended that these types of resources should be defined using BAS. If you need to migrate sample definitions, you should copy the resources to a group with a name that does not start with DFH or EYU.

Related concepts
Output from EYU9BCSD
CICS Operations and Utilities Guide
Related tasks
Creating input to the extract routine EYU9BCSD
Submitting a job to EYU9BCSD
Editing the EYUOUT file
Submitting EYUOUT to the batched repository-update facility
Related reference
CICS Operations and Utilities Guide
CICS Operations and Utilities Guide
CICS Operations and Utilities Guide
CICS Operations and Utilities Guide
[[ Contents Previous Page | Next Page Index ]]