HBO0065I The data type of argument number n of function function is not valid.

Explanation

In a function call, the data type of the specified argument is not valid. The System Data Engine stops processing the current statement and continues with the next.

If the function is one of the arithmetic, string, or comparison operators, such as +, | |, or =, argument number 1 means the left-hand operand, and argument number 2 means the right-hand operand. If the function is prefix -, argument number 1 means the expression after the operator.

Response

Verify that the data type of the argument 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.