Second parameter for keyword LIKE must be a numeric value greater than zero, beginning with a sign.
20
Cause . . . . . : The second parameter for LIKE must be a numeric value greater than zero with zero decimal positions. It must begin with a + or - sign. If the parameter is a named constant, it must be defined before the LIKE keyword is used, and the constant value must begin with a + or - sign.
Recovery . . . : Correct the parameter. Compile again.