- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
- Related Articles
- What is the execution result when a DB2 program is compiled and binded on separate days?
- What is the execution result when non-SQL changes are made in a DB2 program without BIND?
- What is the execution result when non-SQL changes are made in the program without BIND?
- What will be the result if SQLCA is not included in a COBOL-DB2 program?
- Implementation of a table level locks in a COBOL-DB2 program during program execution
- What is the result of count function in the NULL value present in DB2 table?
- Implementation of a table level locks in a COBOL-DB2 program during SQL execution
- What is the purpose and usage of SQLCODE within the SQLCA in a COBOL-DB2 program
- What is the purpose and usage of “WHERE CURRENT OF” clause in a COBOL-DB2 program?
- What is the purpose and usage of “FOR UPDATE OF” clause in a COBOL-DB2 program
- Why java is both compiled and interpreted language.
- Is PHP compiled or interpreted?
- What is the usage and purpose of DCLGEN and host variables used in COBOL-DB2 program
- Perl is Interpreted or Compiled Language?
- What is the use and syntax of SEQUENCE in DB2?

Advertisements