Installing the CICS BAC resource definitions

About this task

When you have defined the CICS BAC transaction, programs, and file resources, you can install the definitions in the running CICS® region using the CEDA INSTALL command:

CEDA INSTALL GROUP(cbkgroup)  

where cbkgroup is the group name you specified for the CICS BAC resource group in the CSD.

To install the CICS BAC resources automatically during CICS initialization, add your CICS BAC group name to a CICS startup list using the CEDA ADD command:

CEDA ADD GROUP(cbkgroup) LIST(listname) 

where cbkgroup is the group name you specified for the CICS BAC resource group in the CSD, and listname is the name of the startup list to which you want to add the group name.

Alternatively, you can edit the ADD GROUP command in one of the sample DFHCSDUP jobs, such as CBKFILES, to specify an appropriate group name.


Task Task

Feedback


Timestamp icon Last updated: Monday, 2 December 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.bac.doc/cbka1/cbka1t20.html