wht steps we need will coding cobol and db2 pgm ?
Answer Posted / lu
your question is not clear.....
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain the function done by data manager?
What is null value in db2?
What is a trigger in the db2 database?
What is the difference between cursor stability and repeatable read isolation levels?
What is a db2 package?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
How does coalesce work?
What is copy pending status in db2?
What is bind package and plan in db2?
Comment whether the cursor is closed during commit or not.
Is it possible using max on a char column?
What is table space in db2?
What is db2 bind?
Can there be more than one cursor open for any program?
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?