What is cobol db2?
Answer / Rashmi Chaudhary
COBOL (Common Business-Oriented Language) is a programming language, and DB2 is a relational database management system. In the context of DB2, COBOL can be used to write applications that interact with the DB2 database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of predicate?
How can you quickly find out the number of rows updated after an update statement?
What is runstats and reorg in db2?
in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records
Can you use max on a char column?
How to fetch the uncommited data from table ?
Explain in detail about buffer manager and its functionalities?
What are the three lock types?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
What are db2 objects?
how to resolve -811 sqlcode .give clear explaination
What is the function of buffer manager?