
Reply to comment
Reply
Click the +1 button below to share it with your friends and colleagues
Share this if you liked it!
Click the +1 button below to share it with your friends and colleagues
t-decoration:none;text-underline:none'>IBM DB2 Certification
LOGOUT
Number of Registered users 713
|
when we are compiling a cobol+db2 program through the jcl we did'nt get those errors.
because all the compile, link-edit, binding are in a single jcl.
But when we go to real time we have to add our cobol+DB2 to endeavor test region.
(here endeavor will compile and run the prog)
This will compile and link-edit our cobol+db2 prog and executes upto dbrm ( you will see in pre compilation process
here we have to bind the package after the program is added to endeavor.
in real time people add the cobol db2 program to the eadeavor and they do not bind the package
then they will get the errors( -805 or _818)