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
What is sqlca’s maximum length?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
What is netezza database?
What is multi row fetch in db2?
What does reorg do in db2?
What is role in db2?
What are the contents of a dclmgen?
What is the maximum size of varchar data type in db2?
what is the sqlcode -501
What is a collection in db2?
What is universal database?
Explain the contention situations caused by locks?
How can the duplicate values be eliminated from db2 select?
What is ibm db2 connect?
What action db2 takes when a program aborts in the middle of a transaction?