Stored procedure errors
Common stored procedure errors returned to applications
SQL0444 - External program &A in &B not found (DB2 UDB for iSeries SQL)
The SQL0444 is generated on an execute or execute direct when the database server is able to locate the procedure declaration but is unable to locate the program object.
No data returned on OUTPUT and INPUT_OUTPUT parameters
SQLBindParameter problem when no data returned
SQL0501 - Cursor CRSR000x not open
To return data when using embedded SQL in ILE programs, you must specify the compile option ACTGRP(*CALLER) and not the default of *NEW.
Parent topic:
Common ODBC errors