Informix Error -4123
-4123 CALL to function "name" must have a RETURNING clause.
The function name is declared as returning a result, so the CALL statement must provide a RETURNING clause to receive the result.
The function name is declared as returning a result, so the CALL statement must provide a RETURNING clause to receive the result.