G205

Top  Previous  Next

This keyword controls the syntax allowed in GAMS causing reversions to older versions. This is mainly used for backward compatibility. New key words have been introduced in the GAMS language since Release 2.05. Models developed earlier that use identifiers that have since become keywords will cause errors when run with the latest version of GAMS. This option will allow one to run such models.  Numeric input is expected with the allowable numeric values being

 

0use only latest syntax (default)
1allow version 2.05 syntax only
2allow version 2.25 syntax only

 

The command is implemented with the syntax

 

G205=number