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 cobol db2?
Name the various locking levels available?
How can you count the number of rows from a table tab?
Why cursor is used in db2?
What is a dbrm in db2?
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
Define declaration generator (dclgen).
What do you mean by rollback?
What is the advantage in De-normalizing tables in DB2?
How to take backup of table in db2?
How connect db2 database to datastage?
Mention the location where the output received from explain statement is stored.
What is cursor in dbms?
Are view updateable?
How do you concatenate the firstname and lastname from emp table to give a complete name?