Posted: Tue Dec 09, 2008 4:01 am Post subject: Package Bind - 805 issue
Hi,
I am working on a db2 and pl1 application.In my team we all use a common lib for object code,loadlib and dbrmlib.We have a common DB2 qualifier and owner where everyone in the team has access to it.The problem is many times the team members gets -805 error for many modules.When they compile,link edit and bind, their problem is solved , but it is throwing -805 for other users.Here is the bind jcl used.Any solution for this problem is appreciated...
In which order do you do your program preparation process:
- precompile, compile, link, bind or
- precompile, compile, bind, link ?
Only the second version gives you a valid combination of load modules and DB2 packages, since sometimes a bind fails, but the already changed load module is used, than with the old version of the package.
Thanks for the reply.We use to do the first option(precompile, compile, link, bind).So this is causing the problem?Let me try the second option as you have mentioned and let you know the results....
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum