When attempting to set a breakpoint on all lines of code that reference a particular data name the user receives messages
CAIN4733 Cross reference not saved
CAIN4502 This request disregarded.
CAIN4532 Depress CLEAR for return.
The user can only set individual breakpoints. This requires the user to find the data name in the listing and set individual breakpoints on each line of code.
When the program is loaded into the InterTest for CICS PROTSYM source code repository LISTER=ALL must be specified when post processing the program.
Lister=ALL saves the entire program listing.
LISTER=ALL is required to set a breakpoint on all occurrences of a field name.
LISTER=REF does not provide this functionally. LISTER=REF saves space in the PROTSYM repository but some functionality is lost.
If you compiled or assembled your program with the post-processor parameter value, LISTER=ALL, you can set unconditional breakpoints using the Cross-Reference section.
This method sets breakpoints at all references to the selected data name. To use this method, follow these steps:
1. Display the Cross-Reference section using the Option # field.
2. Enter u in column 1 next to the data name.
3. Press Enter to set the breakpoints. InterTest for CICS sets the breakpoints at all references to the COBOL, Assembler, or PL/I data name. Then,
InterTest for CICS displays the U-breakpoint indicators in the Cross-Reference section and on the lines in the Procedure Division or CSECT where the data name is referenced.