A Table feild is declared as Decimal(7,2). I want to insert
the decimal in to this column thru cobol-db2 program.
How should I declare my local input file variable
or any suggestion?
Answer Posted / prabhakar
u can declare in application program(cobol)
01 dec pic 9(5).9(2). is equal to dec(7,2)
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
How to create backup table in db2?
How would the varchar column remarks defined?
What is the maximum size of a char data type in db2?
What is the role of schema in the db2 database?
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 ?
Explain the benefits you can get from mainframe connect?
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
How do you select a row using indexes in db2?
What are foreign keys in db2?
Explain about mirror activator disk mirroring?
How to check last update on table in db2?
How to find the maximum value in a column in the db2 database?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
How do I change the column size in db2?
What is a db2 tablespace?