What is the execution result when a DB2 program is compiled and bound on separate days?


The program will run successfully (unless there are no logical errors in the program)because the timestamp is inserted in the DBRM during pre-compilation and pre-compilation is done before the compilation step. Therefore, the DBRM and the load module will have the same timestamp.

The timestamp inserted in the DBRM is further passed to the package also. So in case, if we are using DBRM-package-plan combination, In that case also the program will run successfully as there is the consistency in the timestamp throughout.

Updated on: 11-Sep-2020

92 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements