ARS6126E
Tokenized document query, binding parameter failed, rc = returnCode.
Bind parameter marker position (colPosition) with variable value (sqlData).

Explanation

Binding the program variable to the parameter marker failed. The SQL string is valid, but an internal error occurred (possibly, an incorrect mapping between the parameter name and its value). For example:

SQL string:
2;balance,name_abc;777.77,'A & A%';WHERE balance = ? AND name LIKE ?
System log message:
Tokenized document query,
binding parameter failed, rc = 6.
Bind parameter marker position (0) with variable
value (777.770000).

User response

Contact your IBM® Service Representative.