Informix databases usually don't need to be reorganized. Unlike Oracle, informix does reuse free space, caused by deletions.
The only reason why you should reorg your tables in Informix is that you chose a wrong extent size for your table.
Chek the number of extents allocated to a table in the sysptnhdr table in the sysmaster database.
The partnumber can be joined with the sysptprof table to get the exact table name.
the nextns column displays the number of extents.
For a 2K page size 200 extents is really alarming.
best to keep under 20 extents.