Installing a status program

390 Assembler

To install your status program:

  1. Assemble and link edit the status program. Be sure the program resides in a DFHRPL concatenated load library.
  2. 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’.
  3. 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’.
  4. Use either BAS or the CEDA transaction to install into the active MASs:
[[ Contents Previous Page | Next Page Index ]]