Informix Error -4494
-4494 Missing named parameter "name" does not have default value.
The indicated function invocation does not list a value for a parameter, and the declaration for the function does not provide a default value for it. Either add a default value in the declaration, or add a name/value pair here in the invocation.