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 / nitin
Thanks... Prabhakar
This works
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is cursor stability in db2?
What is buffer pool?
What is the difference between db2 and oracle?
What is load utility in db2?
What is db2 purescale?
Which isolation level provides maximum concurrency?
What does db2 plan contain?
What is consistency token in db2?
can we view the access paths created by dbrm ? how ? thx
What is a plan and package in db2?
What is a system catalog table in db2?
What is a db2 collection?
How do I change the column size in db2?
How to connect to db2 database from windows command line?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?