Previous Topic: IDAETERR74 - Invalid ODO item in VSAM/VSAMT processingNext Topic: IDAETERR76 - Retrieved DB2 column not in valid date format


IDAETERR75 - Internal limit exceeded - 16 cursors already open

Reason:

Too many concurrently open cursors were in use. You tried to OPEN more than 16 cursors.

Action:

Review the program for missing CLOSE CURSOR statements or excessive nesting of table accesses.