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 the maximum No of rows per page?
Is db2 free?
What is the information associated with sysibm.syslinks table?
How can we read records for specific member in CL? AND rpg?
What is the use of predicate?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
How do I delete a column in db2?
How connect db2 database to datastage?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is the difference between spufi and qmf?
Give a brief description of db2 isolation levels?
Define db2.
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
i want to maintain uniqueness on pdf without make lf??????????
What are the bind parameters ibm db2?