Ways of including external files

Top  Previous  Next

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:

 

$BatincludeDollar command that includes an external file with arguments.
$IncludeDollar command that includes an external file without arguments.
$LibincludeDollar command that includes a file with arguments from inclib subdirectory.
$OffglobalDollar command that causes dollar commands in main programs to not be honored in included files.
$OffincludeDollar command that suppresses echo print of included files in LST file.
$OffrecurseDollar command that disallows a file to include itself.
$OnglobalDollar command that causes dollar commands in main programs to be honored in included files.
$OnincludeDollar command that causes echo print of included files.
$OnrecurseDollar command that allows a file to include itself.
$ShiftDollar command that shifts arguments in include files.
$SysincludeDollar command that includes file with arguments from system directory.