Previous Topic: Step 3. Set MonitoringNext Topic: Step 5. Initiate Your Program and Begin Testing


Step 4. Set Breakpoints

Setting breakpoints enables you to control program execution. CA InterTest for CICS halts program execution when the program reaches a breakpoint, which lets you to use any CA InterTest for CICS facility before continuing execution.

Example

Set an unconditional breakpoint at the beginning of the Procedure Division, the first CSECT, or the first line of a PL/I program to gain control right from the start.