Output from EYU9BCSD

The CICSPlex® SM extract routine EYU9BCSD uses the date extracted from the CSD by the DFHCSDUP EXTRACT command to generate batched repository-update facility commands like those shown in Figure 29.

Figure 29. Sample edited output from EYU9BCSD
/*
   RESGROUP(group_name)
   RESINGRP(CSDGROUP)
   PROCESSTYPE(*)
   TSMODEL(*)
   REQUESTMODEL(*)
*/
  CONTEXT EYUPLX01;
  CREATE RESGROUP     RESGROUP(group_name)
                      DESCRIPTION( )
                              ;
  CREATE PROCDEF          NAME(CICSPRTY)
                          DESCRIPTION(Sample CBTS Processtype )
                          STATUS(ENABLED)
                          FILE(CBTSFILE)
                          AUDITLOG( )
                          AUDITLEVEL(OFF)
                          RESGROUP(group_name)
 
  CREATE TSMDEF           NAME(SAMPLE)
                          DESCRIPTION(Sample TS Model )
                          PREFIX(ABCD )
                          LOCATION(AUXILIARY)
                          RECOVERY(NO)
                          SECURITY(NO)
                          POOLNAME( )
                          REMOTESYSTEM( )
                          REMOTEPREFIX( )
                          RESGROUP(group_name)
                          ;
  CREATE RQMDEF           NAME(REQMOD1)
                          DESCRIPTION(Sample Request Model )
                          OMGMODULE(*)
                          OMGINTERFACE(*)
                          OMGOPERATION(*)
                          TRANSID(TRNX)
                          RESGROUP(group_name)
                          ;
Note:
If you did not specify a RESINGRP statement in your EYU9BCSD input, the CREATE xxxxDEF command is generated without a RESGROUP operand. That means the resource definition will not be associated with any resource group.

If multiple CSD records are found for the same resource type and name, multiple CREATE commands are generated, each with a different version number.

The batched repository-update facility CREATE commands are written to the EYUOUT output file you identified in the DFHCSDUP JCL.

Related concepts
The CICSPlex SM-supplied extract routine
CICS® Operations and Utilities Guide
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

Editing the EYUOUT file

The CREATE commands are generated in the proper form and the proper sequence for use by the batched repository-update facility. However, before you submit the EYU9BCSD output to the batched repository-update facility, you must edit the EYUOUT file as follows:

Context
The batched repository-update facility needs to know the CICSPlex SM context for the resource definitions being processed. You must insert a CONTEXT statement at the beginning of the file to identify the CICSplex to which the updates apply. See Figure 29.
Passwords
The CSD records extracted by DFHCSDUP do not include passwords. Any resource definitions that include passwords are generated with blanks (X'40') in the password fields, unless you add the passwords manually.

You can edit individual CREATE commands in the file to add the appropriate password fields. The passwords are then included in the resource definitions that CICSPlex SM generates in the data repository. Be aware, however, that the batched repository-update facility output will include a visible record of the passwords that you entered.

Obsolete Fields
The CSD records extracted by DFHCSDUP do not include fields that are considered obsolete, but which are retained for compatibility (such as RSL in a map set, partition set program, or transaction definition).

You can edit individual CREATE commands in the file to add the appropriate fields. The additional fields are then included in the resource definitions that CICSPlex SM generates in the data repository.

Related concepts
The CICSPlex SM-supplied extract routine
Output from EYU9BCSD
CICS Operations and Utilities Guide
Related tasks
Creating input to the extract routine EYU9BCSD
Submitting a job to EYU9BCSD
Submitting EYUOUT to the batched repository-update facility
Related reference
CICS Operations and Utilities Guide
CICS Operations and Utilities Guide

Submitting EYUOUT to the batched repository-update facility

Once you have made the necessary changes to the EYU9BCSD output file, you can submit it as input to the batched repository-update facility.

For more information on the batched repository-update facility, see the CICSPlex SM Administration book.

Related concepts
The CICSPlex SM-supplied extract routine
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
Related reference
CICS Operations and Utilities Guide
[[ Contents Previous Page | Next Page Index ]]