ovreddy
Active User
Joined: 06 Dec 2004 Posts: 200 Location: Keane India Ltd., Hyderabad
|
|
|
|
Hi Bhat,
-818 means THE PRECOMPILER-GENERATED TIMESTAMP x IN THE LOAD MODULE IS DIFFERENT FROM THE BIND TIMESTAMP y BUILT FROM THE DBRM z.
This problem can occur if you:
o Precompile, compile, and link, without doing a BIND of the
application,
o Precompile and BIND, without doing the compile and link for the
application program, or
o BIND the application using a DBRM that resulted from a different
precompile of the application program than that which produced the
object module that is linked into the application module.
BIND the application again, using the DBRM for the application program that matches the object module.
Thanks,
Reddy. |
|