Previous Topic: Limit CICS RequestsNext Topic: Limit Acquisition of Storage


Remove the MXR Option

Now you can remove the MXR option so that the demo program continues executing. If this were your own program, you would examine the instructions that are generating excessive CICS requests.

  1. Type status on the command line and press Enter.

    CA InterTest for CICS displays the Monitoring Status screen.

    ---------------  CA InterTest for CICS V9.1   MONITORING STATUS  -------------- COMMAND ===>                                                                                                                                                    Type + to expand or - collapse option levels displayed below,                         or R to remove option(s).                                                                                                                   More:   +     Option     Description                Attributes                           _ - COBDEMO    Program monitor entry      IBMCOB 3.2                               |          Waiting at breakpoint      Task 00156, ABP since 10:33 a.m.     _ - |-.ANY     User monitoring options    Active                                     |        Symbolic listing file      PROTSYM                              _     |-MXR    Maximum CICS requests      20                                   _     |-MXS    Maximum total storage      50000                                 _ -   |-RBP    Request breakpoint(s)      REWRITE                                    |        Option ID                  ECEAD6CB                                   |        From, to terminals         U061, U061                           _ -   |-UBP    Unconditional breakpoint   'AFTER-REWRITE'                            |        Option ID                  D87A3D68                                   |        From, to terminals         U061, U061                           _ -   |-UBP    Unconditional breakpoint   'LOOP-RTN'                                 |        Option ID                  6CD871EC                            

  2. Remove the MXR option by typing an r next to the MXR breakpoint's entry and pressing Enter.

    CA InterTest for CICS removes the breakpoint.

  3. Press PF3 to return to the Source Listing Breakpoint screen.
  4. Press PF5 to resume program execution.