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.
/*
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)
;
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.
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:
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.
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.
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.