EQA4090E The COBOL program CUName is compiled with COBOL Version 5 or higher and the debug data in the load module does not match the currently executing program.
Explanation
There is a mismatch between the currently executing COBOL program and the debug data in the load
module. This can occur for a COBOL program compiled with COBOL V5 with the TEST
compiler option or for a COBOL program compiled with COBOL V6 or higher with the
TEST(NOSEPARATE)
compiler option.
Programmer response
If you are on CICS, do a CEMT SET PROGRAM(xxxx) NEWCOPY before you run the program. For more information, see the "CEMT SET PROGRAM" topic in the CICS documentation and Running NEWCOPY on programs by using DTNP transaction in IBM® z/OS® Debugger User's Guide.