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 netnames

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

Sample statements to replace a netname

In Assembler:
 MVI   CUEXCNTL,C'V'      Indicate you want to replace a netname
 MVC   CUEXDATA,netname   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 'V' TO CUEX-INIT-TERM-OR-USER-CALL
 MOVE netname TO CUEX-USER-DATA
 CALL 'CMRCCUEX' USING CMRCUEX-PARAMETERS.

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

Comments