How to define the a field which accepts value till 99999.99
in db2
Answer Posted / 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 |
Post New Answer View All Answers
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
What is a db2 table?
How can the duplicate values be eliminated from db2 select?
How can we read records for specific member in CL? AND rpg?
What is buffer pool and list some of them?
How will you return the number of records in table?
What is universal database?
Outputs of explain are with matchcols = 0. What does this signify?
Define db2 and its databases?
What is query_cache_limit?
What is the syntax for FETCH in DB2 ?
When the like statement is used?
What is dpf in db2?
Can we delete records from view?
What is null in db2?