Define the CICS BAC transaction so that you can activate and control CICS BAC in the CICS® region. You should define the CICS BAC transaction, even though you can start CICS BAC by including an entry in the CICS region PLTPI table.
Except for the last character, the CICS BAC transaction ID is not fixed, but KBKM is the preferred ID. If the KBK transaction prefix conflicts with existing definitions, or does not meet your installation standards, specify a different prefix, ensuring the first three characters are in the character set allowed by CICS. The fourth character of the transaction identifier must be the letter M. To avoid confusion, we recommend that you use the KBK prefix if possible. Note that you cannot change the prefix of CICS BAC program names.
You can use the CEDA command shown in Figure 1 to define the CICS BAC transaction resource definition in an active CICS region.
CEDA DEFINE GROUP(cbkgroup) TRANSACTION(kbkM) PROGRAM(CBKCMNDS)
TASKDATALOC(ANY) TASKDATAKEY(CICS)