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 / mf_nerd
PIC S9(5)V99 COMP-3.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to retrieve rows from a db2 table in embedded sql?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is dbrm library?
How to fetch the last row from the table in SQL (db2)?
Name the various locking levels available?
Is db2 a database?
What is concurrency?
What is the syntax for creating a table in the db2 database?
What is view db2?
Explain about rct.
What is dclgen in db2?
How do I delete a table in database?
What is a storage group (stogroup)?
What's The Error Code For Unique Index Voilation?
Why cursor is used in db2?