|
Sometimes the files included are large files that one really does not wish to be included in the echo print within the LST file. Under such circumstances one can do two things.
| • | One can suppress all include file listings (and the alternative Batinclude etc forms below) using the $offlisting syntax. |
| • | One can use a $offlisting somewhere within the included files (say after the first four lines just to give a small taste of the contents, as done in Gamsbas as in the example simple.bas) and all subsequent lines in the files will be suppressed. GAMS then automatically with switch back to an $onlisting status in dealing with the subsequent files. |
|