A Table feild is declared as Decimal(7,2). I want to insert
the decimal in to this column thru cobol-db2 program.
How should I declare my local input file variable
or any suggestion?
Answer Posted / sumanth toom
hmmm..depends how you want to use that variable.
9(5).99 is an edited field. Probably used for printing or
reporting purposes.
Otherewise, 9(5)V99 can be used.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How do you pull up a query which was previously saved in qmf?
What is the role of the data page in the db2 database?
Why do we need reorg in db2?
What is the use of runstats in db2?
What is the use of reorg in db2?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What are catalog tables in db2?
How to retrieve rows from a db2 table in embedded sql?
How to create backup table in db2?
Explain dclgen.
Is the primary key a clustered index?
What is the cobol picture clause of the db2 data types date, time, timestamp?
What are db2 tables?
What is the latest version of ibm db2?