COBOL · DB2 SQLCODE
What does SQLCODE -818 mean in COBOL?
Bind timestamp mismatch. The timestamp the precompiler generated into the load module does not match the bind timestamp built from the DBRM, meaning the program running does not match what was bound.
Bind timestamp mismatch. The timestamp the precompiler generated into the load module does not match the bind timestamp built from the DBRM, meaning the program running does not match what was bound.
Recompile and rebind the program, and confirm the job is loading the executable from the same library the current bind was built against, not an older copy left in STEPLIB.