Hi shajju.
So you have a development license and you should be able to modify and compile your report.
The basic method is to
1) modify the report source file ( called xxx.ace ) with your best editor
2) compile it with the following command: saceprep xxx.ace
3) if your compile succeeds, you obtain a xxx.arc
4) to run it, sacego xxx
This also can be done with the isql Report menu. You will find the user manual
there
All you want to do is clearly explained.
I'm not sure about the .act extension. And my Isql environment is not ready to run.
As far as I remember, the error files after compile are called xxx.err, although I'm not sure.
Also in the $INFORMIXDIR/demo/sql/en_us/0333/ you will find a number of interesting examples that can help you to achieve your purpose. Look at the *.ace files.
Hopes this helps
Eric