Interview Questions

How do you leave the cursor open after issuing a COMMIT? ( for DB2 2.3 or above only )

DB2 INTERVIEW QUESTIONS


(Continued from previous question...)

How do you leave the cursor open after issuing a COMMIT? ( for DB2 2.3 or above only )

Use WITH HOLD option in DECLARE CURSOR statement. But, it has not effect in psuedo-conversational CICS programs.

(Continued on next question...)

Other Interview Questions