The customer is converting from COBOL 4.2 to COBOL 6.2. When a user attempts to set an unconditional breakpoint in a COBOL 6.2 program they receive the following error messages.
CAIN4601 Symbolic name not found, or -
CAIN4501 Syntax error in CNTL command.
CAIN4502 This request disregarded.
CAIN4532 Depress CLEAR for return.
Z/OS
CICS
The COBOL 6.2 Compile parameter OFFSET is causing the problem.
Change the program compile parameter OFFSET to LIST. Then recompile and reload the program source code into the Intertest CICS PROTSYM file repository.