Informix Error -4121
-4121 Reports cannot be invoked through the CALL statement or in function
call expressions.This statement attempts to call a report as if it were a function. Although a report has the general form of a function definition, it cannot be used like one. Check the names of functions that are called in this statement; one is a report. If you meant to send a row of data to the report, use the OUTPUT TO REPORT statement.