Hello
I was trying to recompile an existing online DB2 program with Xpediter ON, so that to debug the program; however, after re-compiled the program, I got SQLCODE -805 after run it.
Here's how I recompiled the program:
1. Compiled the program with the DBRM generated
2. Bound the DBRM into a package used for online program in our testing environment
3. Further bound the package to the plan used for online program in our testing environment
4. Login the CICS testing region and NEWCOPY the program
5. Debug the program by Xpediter, then got SQLCODE -805 upon the 1st SQL statement was executed
Can anyone advise what could be the rootcause? I'm thinking, other than NEWCOPY the program, do I've to do anything to refresh the plan also (since it's bound again) ?
Thanks, Roy