Hello,
I have to use a cursor returned from DB2 stored Proc (extrenal) in COBOL program. Can anyone tell me how it is done.
To elaborate, there is one external DB2 stored Proc (external) written in PL/SQL in DB2. It will retrieve values in cursor. And I need to access the values fromthe cursor and use it for further processing. Does anyone has any experience in using such external DB2 stored Proc in COBOL program?
Thank you,
Yogesh