Breakpoint jumping to the wrong line statements
search cancel

Breakpoint jumping to the wrong line statements

book

Article ID: 373618

calendar_today

Updated On:

Products

InterTest - CICS

Issue/Introduction

Intertest Breakpoints for Cobol programs are working fine. However for programs with API codes it is jumping from different statements (not on the next line as expected).

Environment

Z/OS with API 

Cause

The programs were compiled twice, in two steps: one compilation produced the executable module, the purpose of the other was to produce the compilation listing which was then stored in PROTSYM.

Because the outputs of these two steps were not perfectly in sync (compiled program from one step, and the listing from the other), Intertest couldn't determine the correct location within the program while debugging.

 

Resolution

Eliminating the additional compilation step resolved the reported issue.