by Robert Sample » Tue Mar 18, 2014 4:43 pm
The message indicates that CICS could not use the load module. Possible reasons for this include:
1. You compiled the program into a load library which is NOT in the DFHRPL concatenation for the CICS region you are executing in.
2. Your compile worked but the linkage edit / bind failed to generate an executable load module.
3. The CICS region DFHRPL concatenation has another program with the same name higher in the concatenation than your load library, and that module cannot be executed.
etc
etc
etc
Your basic, first task is to TALK TO YOUR SITE SUPPORT GROUP. They can help you identify what the problem is.