KFAA31307-E
At least one dynamic parameter does not have a set value. (M+J+O)
There is a dynamic parameter for which no value is set. <SQLSTATE: 24512>
- S:
-
Ignores this SQL statement.
- Action:
-
Take one of the following corrective actions:
-
Set a value for the dynamic parameter in the SQL statement using a_rdb_SQLBindParams or a_rdb_SQLBindArrayParams.
-
If a dynamic parameter was specified in an SQL statement specified by a_rdb_SQLExecDirect, either correct it to an SQL statement that does not specify a dynamic parameter, or re-execute the SQL statement with a_rdb_SQLExecute. However, if re-executing using a_rdb_SQLExecute, after the SQL statement preprocessing is completed, set a value for the dynamic parameter in the SQL statement using a_rdb_SQLBindParams or a_rdb_SQLBindArrayParams.
-