How to resolve SQL Code -310. The db table feild is
declared as Decimal(7,2).
Answer Posted / ashu
Check your program and make sure that the data you are
passing to this host variable do not contain NON-DECIMAL
value.
| Is This Answer Correct ? | 28 Yes | 1 No |
Post New Answer View All Answers
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
What is the role of schema in the db2 database?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is buffer pool in the db2 database?
How would the varchar column remarks defined?
Name the lockable units in DB2?
What is drop table?
Which component is used to execute the sql statements?
What does db2 blu stand for?
What is a Foreign Key?
Where can you declare a cursor in a cobol-db2 program?
What is database alias db2?
What is a bind card?
What is the use of predicate?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?