SPP4104 Error at line <line>, column <column>:Invalid USING clause; <name> is not a dynamic cursor
Language:
C, COBOL, PL/I
Possible Cause:
A USING clause has been used on the OPEN statement of a non-dynamic (static) cursor.
Possible Solution:
The USING clause may only be used with a dynamic cursor (i.e. the associated SQL statement(s) are not known until execution time and contains parameter markers (?)).