Limited support

   

BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.

BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Ops Monitor for CICS, version 7.3

Replacing transaction names

To replace a transaction name, call CMRCUEX at the time the replacement information becomes available.

Sample statements to replace a transaction name

In Assembler:
 MVI   CUEXCNTL,C'N'              Indicate you want to replace a transaction
 MVC   CUEXDATA,transactionname   Give it your user data
 LA    R1,CUEXCNTL                 Pass parameters to CMRCUEX
 L     R15,=V(CMRCUEX)            Get addr of CMRCUEX from linkage editor
 BALR  R14,R15                    Transfer control to CMRCUEX

In COBOL:
 MOVE 'N' TO CUEX-INIT-TERM-OR-USER-CALL
 MOVE tranid TO CUEX-USER-DATA
 CALL 'CMRCCUEX' USING CMRCUEX-PARAMETERS.

Was this page helpful? Yes No Submitting... Thank you

Comments