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
What is ibm db2 connect?
What is a trigger in the db2 database?
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 the difference between oracle and db2?
Where can you declare a cursor in a cobol-db2 program?
Is db2 a database?
Explain about rct in db2?
What are foreign keys in db2?
i want to maintain uniqueness on pdf without make lf??????????
What is temporal table in db2?
Is the primary key a clustered index?
What are concurrency issues?
How can you classify the locks in db2?
How can we retrieve the total number of records in RPG & CLLE?
What is the syntax for seeing the columns and data types of a table in the db2 database?