How to resolve SQL Code -310. The db table feild is
declared as Decimal(7,2).

Answers were Sorted based on User's Feedback



How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2). ..

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

How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2). ..

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

Post New Answer

More DB2 Interview Questions

Why do we need reorg in db2?

1 Answers  


insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?

3 Answers   Syntel,


What is the function of buffer manager?

1 Answers  


define clustering index.

1 Answers  


Which command is used to connect to a database in DB2 ? Give the Syntax.

1 Answers   MCN Solutions,


How do you stop a db2 database in linux?

1 Answers  


wht are the restrictions for union ?

2 Answers   CTS,


What is the difference between primary key & unique index ?

6 Answers   Patni, Temenos,


What is dclgen (declaration generator)?

1 Answers  


Can a Db2 table data be retrived through JCL?

4 Answers  


What is a subselect? Is it different from a nested select?

1 Answers  


What is isolation level?

4 Answers  


Categories