What is the syntax for FETCH in DB2 ?
No Answer is Posted For this Question
Be the First to Post Answer
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
i have a table like this : Name ADDRESS Toto 123 ... Toto 456 ToTo 678 I would like to delete 2 last row...please tell me how to delete its
What is the meaning of -805 SQL return code?
WHAT IS MEANT BY COMMIT COMMAND?
what types of copies can be made with the COPY Utility ?
What is schema in db2?
when i am trying to update a table having 1000 rows. the program abends.how we will come to know the last successful updated row was. we are not using any commit operations
what is the certification that has a good value for a practioner in mainframes but not habving much knowledge on db2 related stuff?
wht r the requirements for writing a cobol-db2 pgm ?
how can i pull up a query which was previously stored in qmf
What is role in db2?
Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.