What is cursor stability in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What r the comman abends in db2, jcl and cobol???????
how we will do null data selection in cobol-db2 program
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
What is the significance of the CURSOR WITH HOLD clause in a cursor declaration?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
Before you give the explain statement, what are the prerogatives?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
What happens to a tablespace when its recovery infromation has been removed and a full recovery is no longer possible?
Why db2 is called db2?
Mention the various locks that are available in db2.
How to get the ddl of a table in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?