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 / nitin
If the table is missing then you will get sql code -204.
You will get -204 while binding if you specify the bind
parameter validation(bind) and you will get the -204 at
run time( bind will run sucessfully) if you specify the
bind oparameter as validatin(run).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is host variable in db2 cobol?
What is the picture clause of null indicator variable?
What is the physical storage length of the data types date, time, and timestamp?
What is meant by union and union all?
What is null indicator in db2?
What are the various data types available in db2?
Explain in brief how does db2 determine what lock-size to use?
What is the maximum length of sqlca?
Mention the downsides of page level lock.
Which components manage deadlocks in db2?
What is cascading rollback?
What is the difference between plan and package in db2?
What is cursor with hold option in db2?
How do I add a column to a table in db2?
What is commit in db2?