|
The dollar commands in this group cause GAMS to include external files in a program and control attributes of those files plus the LST file. They are discussed here and in the file inclusion chapter. The dollar commands are:
| $Batinclude | Dollar command that includes an external file with arguments. |
| $Include | Dollar command that includes an external file without arguments. |
| $Libinclude | Dollar command that includes a file with arguments from inclib subdirectory. |
| $Offglobal | Dollar command that causes dollar commands in main programs to not be honored in included files. |
| $Offinclude | Dollar command that suppresses echo print of included files in LST file. |
| $Offrecurse | Dollar command that disallows a file to include itself. |
| $Onglobal | Dollar command that causes dollar commands in main programs to be honored in included files. |
| $Oninclude | Dollar command that causes echo print of included files. |
| $Onrecurse | Dollar command that allows a file to include itself. |
| $Shift | Dollar command that shifts arguments in include files. |
| $Sysinclude | Dollar command that includes file with arguments from system directory. |
|