What is the COBOL picture clause for a DB2 column defined
as DECIMAL(11,2)?
Answer Posted / srinivasa gudla
PIC S9(9)V99 COMP-3.
In DECIMAl(11,2), 11 indicates the size of data type and 2
indicates the precision.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Mention the different locking levels that are available in db2.
What is coalesce in db2?
What are db2 tables?
What is check constraint. Explain with example.
What is the result of open cursor statement?
What is role in db2?
What is an instance database?
Explain the function done by data manager?
What is a db2 tablespace?
Can you tell me how can you find out the # of rows updated after an update statement?
What is difference between isnull and coalesce?
Mention the location where the output received from explain statement is stored.
What is buffer pool in the db2 database?
How to compare data between two tables in db2?
How do I create a view in db2?