Alter compiler procedures

Top  Previous  Next

The dollar commands in this group alter GAMS compilation procedures applied to entries in the input file allowing or disallowing particular syntax choices.  The dollar commands in this group are:

 

$ClearerrorDollar command that clears compiler errors.
$DollarDollar command that resets character that starts dollar option commands.
$OffdelimDollar command that deactivates CSV separation of table data.
$OffembeddedDollar command that disables the use of embedded values in parameter and set data statements.
$OffemptyDollar command that prohibits empty data statements.
$OffendDollar command that deactivates alternative syntax for flow control statements.
$OffmultiDollar command that prohibits multiple data item definitions.
$OffundfDollar command that prohibits undf from being assigned.
$OffwarningDollar command that activates relaxed domain checking.
$OndelimDollar command that activates CSV separation of table data.
$OnembeddedDollar command that enables the use of embedded values in parameter and set data statements.
$OnemptyDollar command that allows empty data statements.
$OnendDollar command that deactivates alternative syntax for flow control statements.
$OnmultiDollar command that allows multiple data item definitions.
$OnundfDollar command that allows undf to be assigned.
$OnwarningDollar command that deactivates relaxed domain checking.
$PhantomDollar command that designates a phantom set element.
$Use205Dollar command that tells GAMS to use version 2.05 syntax.
$Use225Dollar command that tells GAMS to use version 2.25 syntax.
$Use999Dollar command that tells GAMS to use latest version syntax.
$VersionDollar command to test GAMS compiler version number.