How to resolve the -305 error code in DB2?
And also please let me know, how to resolve the db2 error
codes.
Answer Posted / guest
supose, one of ur DB2 table column is defined as NOT NULL,
if u trying to insert null value on that column at that
time , u will get this error.
u can slove this error by handling the null indicator in
ur program.
define null indiactor workign stroage variable with s9(4)
comp.
| Is This Answer Correct ? | 45 Yes | 12 No |
Post New Answer View All Answers
How do I copy a table in db2?
What are the full forms of spufi and dclgen and why are they used?
How do you find the maximum value in a column in db2?
How to find the number of rows in db2 tables?
What are db2 tables?
what is db2 restart?
What does db2 blu stand for?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What is a bind card?
Which command is used to remove all rows from a table?
What is the difference between drop table and delete table?
Explain various types of locks in db2?
What is rct?
If I have a view which is a join of two or more tables, can this view be updateable?
What is null value in db2?