ARS6121W Tokenized query string format warning: non-numeric value was found at marker position,
input value str_value: A numeric value is expected.

Explanation

An invalid numeric value was specified. For example:

SQL string:
2;balance,name;777.77abc,'A & A%';WHERE balance = ? AND name LIKE ?
System log message:
Tokenized query string format warning:
non-numeric value was found at marker (1),
input value (777.77abc):
A numeric value is expected.

User response

Check that the value is numeric and resubmit the command.