Previous Topic: Option 02: Limit CICS Storage and RequestsNext Topic: Limit CICS Requests


Set the MXS and MXR Options

  1. In the Command field, specify the SO command.

    CA InterTest for CICS displays the Special Options menu. The Special Options menu lets you set several options to change how CA InterTest for CICS monitors a program.

    You are going to set two options, as shown following:

  2. Specify 50,000 bytes as the maximum amount of main storage the demo program obtains, and specify 20 as the maximum number of CICS requests the demo program issues.
  3. Tab to the MXS field and type in 60000, as shown in the following screen.
  4. Tab to the MXR field and type in 20, as shown in the following screen.
  5. Press Enter.

    CA InterTest MONITORING COMMAND BUILDER - SPECIAL OPTIONS 22 SET one or more options to override the default monitoring rules in: PROG=COBDEMO Enter X next to each option desired: Source Listing Breakpoint (SLB) _ No file updating (NUP) _ Reentrancy check (RNT) _ Follow monitoring (ON, name, NOPPT) (FOL) ________ Number of times to be monitored (MUS) Limit total size of CICS storage (MXS) 60000__ Limit total number of CICS requests (MXR) 20_____ Structure Display Format (HEX,DATA) (SDF) ____ Set local automatic breakpoint ('*', TERMID, .ANY, OFF) ____ Limit monitoring to your TERMINAL - '*' or TERMID: ____ User ID (or .ANY) who will execute the program: .ANY PF1 Help 2 3 End 4 Return 5 6 PF7 8 9 10 11 12

    CA InterTest for CICS limits main storage and CICS requests for the demo program and redisplays the Program Monitoring screen.

  6. Press PF4 until you return to the Source Listing Breakpoint screen.
  7. Press PF5 to continue program execution.

    The demo program resumes execution.