How to define the a field which accepts value till 99999.99
in db2
Answers were Sorted based on User's Feedback
Answer / ram prajapati
in db2 decimal(7,2) & application cobol pgm 9(5).99
because 9(5)v99 will print 9999999 and not 99999.99.
9(5).99 is an edited pic variable so it will show the
desired output while the previous one will not.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is Reorg Recovery? when will you run it?
How does cobol compile db2 program?
What is a lock?
How do you stop a db2 database in linux?
Update command
I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.
Explain transactions, commits and rollbacks in DB2.
What Utility is used to migrate DB2 from one release to the next?
What r the comman abends in db2, jcl and cobol???????
What does a deadlock mean in DB2?
What does db2 plan contain?
What is a buffer pool?