|
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:
| $Dollar | Dollar command that resets character that starts dollar option commands. |
| $Offdelim | Dollar command that deactivates CSV separation of table data. |
| $Offembedded | Dollar command that disables the use of embedded values in parameter and set data statements. |
| $Offempty | Dollar command that prohibits empty data statements. |
| $Offend | Dollar command that deactivates alternative syntax for flow control statements. |
| $Offmulti | Dollar command that prohibits multiple data item definitions. |
| $Offundf | Dollar command that prohibits undf from being assigned. |
| $Offwarning | Dollar command that activates relaxed domain checking. |
| $Ondelim | Dollar command that activates CSV separation of table data. |
| $Onembedded | Dollar command that enables the use of embedded values in parameter and set data statements. |
| $Onempty | Dollar command that allows empty data statements. |
| $Onend | Dollar command that deactivates alternative syntax for flow control statements. |
| $Onmulti | Dollar command that allows multiple data item definitions. |
| $Onundf | Dollar command that allows undf to be assigned. |
| $Onwarning | Dollar command that deactivates relaxed domain checking. |
| $Phantom | Dollar command that designates a phantom set element. |
| $Use205 | Dollar command that tells GAMS to use version 2.05 syntax. |
| $Use225 | Dollar command that tells GAMS to use version 2.25 syntax. |
| $Use999 | Dollar command that tells GAMS to use latest version syntax. |
| $Version | Dollar command to test GAMS compiler version number. |
|