Assemble and link edit the status program. Be sure the program resides
in a DFHRPL concatenated load library.
Define (using either BAS PROGDEF or CEDA DEFINE PROGRAM) a program definition
(PPT entry) for your program in each MAS that will contain installed status
definitions.
Note:
(For CICS® 3.3 and above.) Be sure the Data location
field in the program definition specifies the correct addressing mode for
the program. The Execkey field in the program definition must be set to ‘CICS’.
If a transaction ID other than ‘COIE’, or blanks, was specified
in the Transaction ID field of the RTA status definition, you must define
(using either BAS TRANDEF or CEDA DEFINE TRANSACTION) a transaction definition
(PCT entry) for the transaction in each MAS that will have this status
definition installed. The program name in the transaction definition must
be EYU9XLOP.
Note:
(For CICS 3.3 and above.) Be sure the TASKDATALOC
field in the transaction definition specifies the correct addressing mode
for the task. The TASKDATAKEY field must be set to ‘CICS’.
Use either BAS or the CEDA transaction to install into the active MASs:
Your program
The transaction specified in the Transaction ID field of the status definition
(only if specified)