The Cross Reference sections of the PL/I listing allow you to set many breakpoints at once. You can set unconditional breakpoints from the sections in the listing:
To display a section, type the command on the command line or the number in the Option # field on the Source Listing screen, as shown next, and press Enter.
CA InterTest for CICS Release 9.1.00 - PROTSYM FILE SOURCE LISTING DISPLAY COMMAND ===> l .dx Program= PLIDEMO Option # Stmt # Margin= 01 Search= ---------+--------------------------------------------------------------------- _ 636.1 CONTINUE_TASK: _ 637.1 MAPNUM = '00'; _ 638.1 1 TASKNUM = TASKNUM + 1; _ 639.1 1 IF TASKNUM > 2 THEN _ 640.1 1 GOTO END_SESSION; U 641.1 1 IF TASKNUM = 1 THEN _ 642.1 1 GOTO SENDSCR3; _ 643.1 1 GOTO END_SESSION; . . .
CA InterTest for CICS displays the Data Name Cross Reference Table section, as follows.
CA InterTest for CICS Release 9.1.00 - PROTSYM FILE SOURCE LISTING DISPLAY COMMAND ===> Program= PLIDEMO Option # Stmt # Margin= 01 Search= --------------+---------------------------------------------------------------- u ATTRIBUTE/XREF TABLE- LINE.FILE IDENTIFIER ATTRIBUTES 515.1 ADDR BUILTIN Refs: 252.1 252.1 252.1 361+ 389.1 402.1 409.1 416+ 423.1 430.1 437.1 444+ 451.1 458.1 468.1 478+ 485.1 492.1 499.1 509+ 525.1 528.1 529.1 530+ 531.1 532.1 533.1 534+ 556.1 558.1 568.1 570+ 570.1 583.1 585.1 591+ 593.1 593.1 608.1 610+ 610.1 619.1 621.1 621+ 621.1 627.1 629.1 651+ 653.1 653.1 653.1 660+ 662.1 673.1 675.1 675+ 675.1 686.1 688.1 688+ 696.1 698.1 707.1 709+
Setting Breakpoints at All Procedures and All Labels
To set unconditional breakpoints at all Procedure Names and All Labels, display the Cross Reference table using Option # 1 (or L .DX command), type U next to the "ATTRIBUTE/XREF TABLE" heading line and press Enter. A message prompts you to confirm the request for setting many breakpoints by pressing PF3.
To set breakpoints at all Procedure names only, go to the Procedures Xref section using Option # 13 (or L .PX command), and then type U next to the "PROCEDURE ATTRIBUTE/XREF TABLE" header line and press Enter.
To set breakpoints at all Labels only, display the Labels Cross Reference section using Option # 14 (or L .LX command), and then type a U next to the "LABEL ATTRIBUTE/XREF TABLE" header line and press Enter.
You can remove all of these breakpoints at once by typing an X on the appropriate heading line and pressing Enter, or you can remove them individually from the Status display (type R next to an entry) or one of the Cross Reference Sections of the Source Listing (type X).
Setting Unconditional Breakpoints at Data Items
From the Data Name Cross Reference Table section (Option 1) you can also set breakpoints next to individual data items. Display the section, scroll forward using PF8, and type U next to the data item.
You can remove the breakpoints from either the Source Listing display (overtype the U with x) or the Status display (type r next the breakpoint entry).
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|