Page 1 of 1

DB2 Cursor in COBOL-DB2 Program

PostPosted: Tue Mar 07, 2017 5:49 pm
by mbattu
Suppose I have PGMA and PGMB both COBOL-DB2 programs. PGMA is calling PGMB. Now it is possible to define a DB2 cursor in PGMA and do the FETCH and other commands in PGMB?