DB2 Cursor use in COBOL Programs
DB2 Cursor builds a results table to hold all the rows retrieved by executing a SELECT statement. DB2 uses a cursor to make the rows, from the results table, available to the application program. A cursor identifies the current row of the results table. When you use a cursor, the program can retrieve each row […]
DB2 Cursor use in COBOL Programs Read More »