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
What is schema in db2?
How to find the number of rows in a db2 table?
What is the latest version of ibm db2?
What is copy pending status in db2?
Where can you declare a cursor in a cobol-db2 program?
can any one provide me the link for the db2 v7 & db2 v8 manual for Z/os? i need to know about the syntax of REORG in both versions & need to know the difference as well
What is innodb buffer pool?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
How does coalesce work?
How can you quickly find out the # of rows updated after an update statement?
Explain about dbrm.
Explain in detail about buffer manager and its functionalities?
Which command is used to connect to a database in DB2 ? Give the Syntax.
Can you tell me how can you find out the # of rows updated after an update statement?
How do I delete a table in db2?