Previous Topic: Composite SupportNext Topic: Execute the Demo Program


Check the Monitoring Status Display

Before continuing, we will check the Monitoring Status display for the program COBDEMO. You should see the options you set for the program, which are needed to complete the Demo Options in the rest of this guide.

  1. On the Program Monitoring menu, scroll the Options list to the beginning. Either enter the TOP command and press Enter or press PF7.

    ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ CA InterTest V9.1 PROGRAM MONITORING ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ COMMAND ===> Program . . cobdemo_ Program name (or .ALL, .OPTIONS or generic) User ID . . ____ User (or .ANY) for whom the program is monitored Option Description More: + s Status Display and/or remove monitoring options (S only) _ Monitor Monitoring (R removes monitoring and all options previously set) _ UBP Unconditional breakpoints (specific program only) _ CBP Conditional breakpoints (specific program only) _ RBP Breakpoints for CICS, DB2, DL/I or external CALL requests _ Stmt Trace Statement tracing and data monitoring (COBOL only) _ New copy Fetch new copy of program and reset monitoring options (S only) _ Commands Indirect commands defined for a specific COBOL or PL/1 program _ Replace CICS resource name replacement options _ Protect Storage protection monitoring options _ Special Other options (storage allocation, file updating, etc.) _ Composite Monitor multi‑CSECT program's separately compiled components PF1 Help 2 3 End 4 Return 5 6 PF7 Backward 8 Forward 9 10 11 12

  2. Type an s next to the Status option to obtain a Monitoring Status display of the COBDEMO program.

    The Monitoring Status display for COBDEMO should show the three breakpoints needed to perform the Demo Session Options; the Request Breakpoint (RBP) at all REWRITE commands, and the two Unconditional Breakpoints (UBPs).

    --------------- 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 _ - |-.ANY User monitoring options Active | Symbolic listing file PROTSYM _ - |-UBP Unconditional breakpoint 'LOOP-RTN' | Option ID EFDD08F4 | From, to terminals U045, U045 _ - |-RBP Request breakpoint(s) REWRITE | Option ID E17C6B11 | From, to terminals U045, U045 _ - |-UBP Unconditional breakpoint 'DO-READ-VAR' | Option ID 87D8D74C | From, to terminals U045, U045 _ - |-UBP Unconditional breakpoint 'AFTER-REWRITE' | Option ID 5B7ED470 PF1 Help 2 Refresh 3 End 4 Return 5 Collapse 6 Expand PF7 Backward 8 Forward 9 10 11 12

  3. Press PF3 to exit back to the Program Monitoring menu.
  4. Type =x in the Command field to exit the menus, then PF3 to exit Source Listing.

    Exiting the menus and Source Listing returns you to CICS, where you can begin executing the COBDEMO program.