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 a db2 cursor?
What is sqlca?
What is load replace in db2?
What is copy pending status in db2?
Why db2 is called db2?
What is the connection string to connect to the DB2 Database ?
B37 abend during spufi?
What is view db2?
Differentiate between cs and rr isolation levels? Where do you specify them?
What is the physical storage length of timestamp data type?
How to connect to db2 database from windows command line?
Which component is responsible for db2 startup and shutdown?
What is the syntax for seeing the columns and data types of a table in the db2 database?
When reorg is used?
What is universal database?