What is the COBOL picture clause for a DB2 column defined
as DECIMAL(11,2)?
Answer Posted / pradeep
it is s9(m-n)v9(n) comp-3 in this case m=11, n=2
ie s9(9)v9(2) comp-3
| Is This Answer Correct ? | 30 Yes | 4 No |
Post New Answer View All Answers
What is the difference between drop table and delete table?
What are db2 objects?
What is a db2 tablespace?
Can there be more than one cursor open for any program?
What is an instance in db2?
What is the information associated with sysibm.syslinks table?
How will you return the number of records in table?
List out the three types of page locks that can be held.
Explain correlated sub-queries.
How many databases are there?
Before you give the explain statement, what are the prerogatives?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
Explain the contention situations caused by locks?
What is cloudant database?
How do I delete a column in db2?