Do you want to do an explain of the access path of an sql-qry?
just use the sql statement:
SET EXPLAIN ON;
and
SET EXPLAIN OFF;
Informix will show exactly what the access path/joins/sorts/costs are
On WinNT/W2K, you find the result in %INFORMIXDIR%\sqexpl
On Unix, it's the directory where you executed dbaccess, or if you go via odbc, it's the homedirectory of the user.
I hope I understood your question correctly.