Previous Topic: Breakpoint ActivitiesNext Topic: Source Listing Breakpoint Commands


Examine the Source Listing Breakpoint Screen

When CA InterTest for CICS V9.1 - monitors a program, it halts program execution each time it detects an error or a user‑specified breakpoint; it then displays a breakpoint screen. The following screen shows an automatic breakpoint.

   CA InterTest for CICS V9.1 - PROTDEM FILE SOURCE LISTING BREAKPOINT            COMMAND ===>                                                                    Program= COBDEMO  Option #       Stmt #                             Margin= 01                                          Search=  OPTS 1 Proc div  2 Work-stor 3 Link sect 4 D-map      5 Clst/Pmap More:   +       6 Data xref 7 Proc xref 8 Err msgs  9 Srch fwd  10 Srch bwd             PFKS 1 Help      2           3 Det Bkpt  4 Profile    5 Resume     6 Menu       7 Backward  8 Forward   9           10 001 Verb  11 Backtrace 12 Status   --------------------------------------------------------------------------------    _ 00880 CONTINUETASK.      00881**** TASKNUM *NOTE* FIELD MUST BE INITIALIZED  Œ A   ==> ADD +1 TO TASKNUM.         ==>   Ž  ==> ASRA abend (0C7) detected and prevented. Caused by invalid decimal         ==> arithmetic data format.         ==>         ==>      Press PF1 for a detailed description.         ==>     _ 00883     IF TASKNUM = 1     _ 00884         MOVE 'DMAPASR'  TO MAPNAME.     _ 00885     IF TASKNUM = 2     _ 00886         MOVE 'DMAPSUM'  TO MAPNAME.     _ 00887     IF TASKNUM GREATER 2     _ 00888         GO TO SENDENDMSG.

Œ

Indicates the type of breakpoint that occurred:

A Automatic, detected by CA InterTest for CICS

U Unconditional

C Conditional

V Variable‑change

R Request



Indicates the statement or offset where the breakpoint occurred.

Ž

These lines tell you why an automatic breakpoint occurred. For additional information, press PF1. To remove these lines, press Enter or scroll using PF7 or PF8 to see additional lines of source listing code.