Reviewing the use of NetView exit DSIEX02A
If you already use this exit, perform the following steps to ensure that your existing DSIEX02A exit and the BMC AMI Ops Automation Access NV DSIEX02A exit can coexist:
- Rename your existing DSIEX02A load module to DSIEX02B.
Link the two exits by using the following linkage editor statements:
//OLDLIB DD DSN=your.user.exit.library
//SYSLMOD DD DSN=AutoOPERATOR.BBLINK
//SYSIN DD *
CHANGE DSIEX02A(DSIEX02B)
INCLUDE OLDLIB(DSIEX02A)
INCLUDE SYSLMOD(DSIEX02A)
ORDER DSIEX02A
ENTRY DSIEX02A
NAME DSIEX02A(R)
/*BMC AMI Ops Automation Access NV first passes control to DSIEX02B. If DSIEX02B has modified the incoming message, BMC AMI Ops Automation Access NV processes the modified message. If the exit indicates that the message should be discarded, BMC AMI Ops Automation Access NV returns control to NetView with a return code 4.
- You must modify the DSIPARM member CNMSTYLE to activate this exit.See the IBM Z NetView Administration Reference Guide for more information about loading NetView exits (LOADEXIT).
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*