Previous Topic: Status DisplayNext Topic: Utility Functions


Example

The following screen shows a status report for the program COBDEMO.

    CA InterTest V9.1 Activity Report, 11:39 a.m at terminal L905                 CICS Trace for InterTest internals is on.                                      No currently monitored tasks found.                                        Œ Automatic BreakPoint feature is globally active.                           Automatic BreakPoint default terminal is not declared.                     Ž CKPT  intrval=00:10 hh:mm                                                 CKPT  done at 11:37  a.m.                                                  COBDEMO    Symbolic file is PROTDEM                                                       UBP   offset=  +01B44 id=56A7D208 at=#898                                          from=L903 to=L903                                                        UBP   offset=  +016C2 id=B903CE24 at=#1                                          from=L903 to=L903                                                          SLB   terminal is L903  Source Listing Breakpoints are off.                         Listing view profile: Default.                                                Singlestep no less than 002 statements.                               * Entry not active                                                              * End of Report *                                                                                                                                                                                                                                                                                                                                                                --------------------------------------------------------------------------------- PF1:Top   PF7:Up   PF8 or Enter:Down   PF3 or Clear:End   PF4:Refresh. Page 001

This report provides the following information:

Œ

The global ABP (Automatic Breakpoint) facility is active. This means monitored programs will receive breakpoint displays when an error triggers an automatic breakpoint.



There is no global ABP terminal.

Ž

The checkpoint recording facility is in effect. The interval between checkpoints is 30 minutes.



The last checkpoint occurred at 9:45 a.m.



The next line identifies the program for which the status report was generated as COBDEMO.

The rest of the report indicates the options currently active for COBDEMO. In this example, only Unconditional Breakpoints (UBP) are active for this program. For each breakpoint, the report provides the information shown in the following table.

Field

Information

offset=

The breakpoint location is defined as a hexadecimal offset from the beginning of the program.

id=hhhhhhhh

The breakpoint ID number assigned by CA InterTest for CICS.

at=location

The symbolic location specified when the breakpoint was set. A number preceded by a # sign refers to a statement number, except for #1, which refers to the first executable instruction.

from=termid

The ID of the terminal where the program must be executing for the breakpoint to take effect.

to=termid

The ID of the terminal that will receive the breakpoint display.

Note: If you do not see the message, End of Report, the report is too long to fit on one screen. Press Enter to display more of the report.

*Entry not active*. This indicates that CA InterTest for CICS is not currently monitoring the program.