Previous Topic: Set the MXS and MXR OptionsNext Topic: Remove the MXR Option


Limit CICS Requests

The next screen is an automatic breakpoint display screen. CA InterTest for CICS halted the demo program at an automatic breakpoint because the maximum number of CICS requests (20) was exceeded.

Note: If you are working on a system with LE 370 runtimes, you might reach the automatic breakpoint for the MXS (max storage size) first. If you do, perform the demo in the following order:

  1. Remove the MXS options by typing STATUS, in the command line then 'R' next to the MXS option, and press enter. Resume execution.
  2. After stopping for the MXR trigger value, remove it the same as the MXS and continue.
  3. The Demo will execute to completion.

    The instruction that triggered the automatic breakpoint is within a loop containing a CICS request.

    CA InterTest for CICS Release 9.1.00 - PROTSYM FILE ABEND DETECTED BREAKPOINT COMMAND ===> Program= PLIDEMO Option # Stmt # Margin= 01 Search= ---------+--------------------------------------------------------------------- _ 1436.1 DO I = 1 TO 50; _ 1437.1 /* EXEC CICS ASKTIME */ A ==>.1 1 1 DO; ==> ==> MXR (max CICS requests) trigger value exceeded. ==> ==> Press PF1 for a detailed description. ==> _ 1439.1 1 2 DCL DFHENTRY_BF6577CC_B372BAE6 BASED(ADDR(DFHE . . .