Previous Topic: NUP: Prevent a Program from Updating CICS FilesNext Topic: PRO: Protect Storage from Being Modified


OVR: Override Error Conditions That Trigger an ABP

The OVR option instructs CA InterTest for CICS to ignore error conditions that would otherwise trigger an automatic breakpoint. For a list of error codes, see the appendix "Examining Dumps."

To override an error that could trigger an ABP, enter:

OVR=errcode

or

OVR=(errcode1,errcode2,...)
errcode

Specifies a hexadecimal CA InterTest for CICS error code.

Important! Use caution in specifying this option. Remember, it forces CA InterTest for CICS to ignore potentially dangerous conditions.

For more information:

Examining Dumps