i hav created a program and moved to production but failed
to create the table which is been used in the program. the
program shows error as soon as it is moved or installed in
production or shows error during its runtime. what is the
sqlcode for this error
Answer Posted / andank
The code promotion will fail. When you promote the code
from one region to other (say QC to Production), the
program will be bound (BIND) to the new DB2 environment.
The BIND will fail with SQLCODE of -204 (Object Not found).
The code will not be moved to production successfully and
there is no chance of 'runtime' error.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
Differentiate between cs and rr isolation levels? Where do you specify them?
What is db2 stogroup?
What is the difference between using bind () and rebind () methods of naming class?
What is load replace in db2?
What is the meaning concurrency in the db2 database?
What is sqlca?
Define buffer pool.
How to check table size in db2 sap?
How do I delete a table in db2?
Who uses db2?
Is db2 relational database?
Why select is not preferred in embedded sql programs?
What is the use of predicate?
What is cursor with hold option in db2?