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 are the two types of logging in the db2 database? Explain them.
How do I import a csv file into db2?
What is scrollable cursor in db2?
What is runstats and reorg in db2?
What is a db2 collection?
What is lock escalation in db2?
Is db2 a programming language?
What is a buffer in memory?
What is schema in db2?
What is nvl in db2?
What is access path in db2?
How and when does the db2 enforces the unique key?
How can you quickly find out the # of rows updated after an update statement?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
What is dbrm library?