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 |
List out the buffer pools in db2
Where are plans stored?
Why might full image copies be faster to implement than an incremental image copy?
what is rebinding ?
wht are the restrictions for union ?
What is the purpose of the SDSNLOAD dataset in the STEPLIB while running DB2 programs?
can we view the access paths created by dbrm ? how ? thx
Describe what a storage group(STOGROUP) is?
How do I start db2 in windows?
What do you mean by rollback?
What techniques will be used to avoid deadlock??
Where is the access path logic created by the DB2 Optimizer stored?