What is commit in db2?
No Answer is Posted For this Question
Be the First to Post Answer
Is it mandatory to use DCLGEN? If not, why would you use it at all?
Explain correlated sub-queries.
What is the purpose of the WHENEVER statement?
What are the contents of a dclmgen?
What is a cursor and what is its function?
How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using COND statement
What is page size in db2?
what happend with out using Commit,when closing cursor and program?
What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
When is the skeleton cursor table created?
How does DB2 use multiple table indexes?
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?