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 you select a row using indexes in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What is an instance in db2?
What is a Foreign Key?
What are db2 tables?
What are the contents of a dclmgen?
What are the various isolation levels possible?
B37 abend during spufi?
How will you return the number of records in table?
What is nvl in db2?
Explain packages.
Explain various types of locks in db2?
What is runstats db2?
What is the role of data manager in the db2 database?
List down the types of triggers in the db2 database?