SPP4103 Error at line <line>, column <column>:Cursor for dynamic statement <name> has already been declared
Language:
C, COBOL, PL/I
Possible Cause:
The dynamic cursor name has previously been used with another cursor declaration.
Possible Solution:
Change the name of the cursor. A cursor may only be declared once.