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
Why do we bind in db2?
What is host variable in db2 cobol?
What is cloudant database?
Can we delete records from view?
Explain db2.
Explain dclgen.
How can you classify the locks in db2?
How do you stop a db2 database in linux?
Is db2 a mainframe database?
What is dclgen in db2?
What are iseries servers?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is runstats and reorg in db2?
What is null in db2?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.