Page 1 of 1

Resolve SQLCODE -805 for CICS programs.

Posted: Fri May 17, 2019 9:00 am
by Sandy
Hi,

We have many CICS Test regions. Many a times programmers will NEWCOPY the production code to these test regions with out really a DB2 BIND. Because these programs are not part of their testing and they just need to test trough them. Now as the program was not bound they will stuck in CICS region giving -805 SQLCODE and this breaks the entire environment. As this program might be called by many other programs and abending, no one can progress. Apart from requesting programmers to BIND their programs properly, is there a way to control it?

Re: Resolve SQLCODE -805 for CICS programs.

Posted: Fri May 17, 2019 3:14 pm
by nicc
Put proper controls in place. Why are production objects not retained in test when they are promoted?