Informix Error -9408
-9408 User-defined aggregate <aggregate-name> has no arguments. </aggregate-name>
The user-defined aggregate in your SELECT statement does not specify any arguments
Make sure that the user-defined aggregate of the SELECT statement provides the correct number of arguments (one or possibly two, if the aggregate includes a set-up argument).