3940 A SQL command cannot contain both host variables and parameter tokens.
Explanation:
A parameterized SQL command must contain either all host variables (':<variable name>') or all parameter tokens ('?') but not a mixture of both.
Generated By:
RES modules.
For Whom:
End User.
Remedy:
Correct the SQL statement and resubmit.