How to resolve the -305 error code in DB2?
And also please let me know, how to resolve the db2 error
codes.
Answer Posted / yogesh
- 407 : Column in the table is defined as "NOT NULL", but
an INSERT or UPDATE is done to make the column as 'NULL'
-305 : Trying to FETCH or SELECT a null value from the
column of a table to a output host variable, which doesn't
have a null indicator declared for the host variable.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What is the physical storage length of timestamp data type?
List out the buffer pools in db2
What is the advantage in De-normalizing tables in DB2?
Why db2 is called db2?
What does db2 blu stand for?
What are the prerogatives?
What types of tables are there in the db2 database?
Is schema the same as database?
What is difference between alias and synonym in db2?
Explain the contents that are a part of dclgen.
What is difference between isnull and coalesce?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
what are bind concepts in db2 cobol?
can we view the access paths created by dbrm ? how ? thx
What is iseries database?