What are db2 error codes -305 and -407. What is the
difference between these 2 error codes ?
Answer Posted / amarnadh reddy
Hi,
-305 is Null Indicator is needed. The null value cannot be
assigned to output host variable. Because no Indicator
variable is specified. (to fetch or select operation
resulted in the retrieval of a null value to be inserted
into the output host vaariable)
-407 is An update or insert value is null. but the object
column name cannot contain null values.(the update or insert
value was null. But the object column was declared as not
nullin the table)
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
what are bind concepts in db2 cobol?
How can deadlocks be resolved?
What is null indicator in db2?
How to find primary key of a table in db2?
What is bufferpool in db2?
i want to maintain uniqueness on pdf without make lf??????????
what is the responsibility of the construction superintendent
How to create db2 table in mainframe?
How to create backup table in db2?
Define buffer pool.
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
How do you eliminate duplicate values in db2?
How do you pull up a query which was previously saved in qmf?
What is the maximum number of columns in a db2 table?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?