My stored proc in DB2 version 9 is failing to return CURSOR. I am using DB2connect. Would appreciate any help on this.
CLI window error:
db2 => call TST_SCH.PR_TST_RETURN_CURSOR(1)
SQL1224N The database manager is not able to accept new requests, has terminated all requests in progress, or has terminated your particular request due to aproblem with your request. SQLSTATE=55032
db2 =>
Maha