How to resolve -407 sql code in DB2?
Answers were Sorted based on User's Feedback
Answer / vikram and mangesh
yes but what are the different ways to resolve this
error.where will we check???
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sathish kumar.b
hi.............
while retrieving data if any null values found in this
case -407 will occur.
how to resolve -407 is declare the null indicator variables.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / king
This error occures when you are assigning NULL value to NOT
NULL column.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / lu
u have to check in DCLGEN if this column is null or not.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vishal
The Error is not -407 for Null indicator but it is -307.
It should be handled carefully using host varaible in Pgm.
Is This Answer Correct ? | 0 Yes | 1 No |
What is image copy?
How can you do the explain of a dynamic sql statement?
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;
What is an access path?
Are views updateable?
What is role in db2?
how 2 resolve the -311 sqlcode
What is null indicator in cobol db2?
What is a data page?
How to find the number of rows in a db2 table?
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?