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
Why do we bind in db2?
How to execute stored procedure in db2 command editor?
What are bind parameters in db2?
How can you count the number of rows from a table tab?
What is performance tuning db2?
What is the difference between drop table and delete table?
What is copy pending and check pending in db2?
What is a page in db2?
What is a db2 cursor?
How is a typical db2 batch pgm executed?
What is database reorganization?
Define check constraint.
How do you select a row using indexes in db2?
Which are the db2 tools to protect integrity of the database?
Explain various types of locks in db2?