HBO0066I The combination of data types for the arguments of function is not valid.

Explanation

In an invocation of function, each of the arguments has a data type that is valid for that argument alone, but the combination of data types for the arguments is not valid. The System Data Engine stops processing the current statement and continues with the next.

Response

Verify that the combination of data types for the arguments is valid. For example, use a constant of a different type, redefine a field to yield a correct data type, or apply a conversion function.