How to resolve SQL Code -310. The db table feild is
declared as Decimal(7,2).
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / satty
its just like your soc7 error... check your decimal data... whether it is decimal or not
| Is This Answer Correct ? | 0 Yes | 8 No |
What is universal database?
What is dbrm? What it contains? When it will be created?
What is the use of reorg in db2?
What is the purpose of the SDSNLOAD dataset in the STEPLIB while running DB2 programs?
What are the functions of Bind?
What is ibm db2 database?
What is the SQL query to select, delete and get count of duplicate rows in DB2?
What is a root page?
What does runstats do in db2?
What is the syntax required for the creation of a cursor?
how do we solve soc 7 and soc4 ?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?