User defined options

Top  Previous  Next

A set of options allow users to pass control variables and text strings of their own definition into the program for their use.  A set of text strings may be passed through 5 user options that are not used by GAMS but are entirely under user control and require definitions in the GAMS code to implement their use (Conditional Compile).

 

ParameterBrief description

 

-- Command line parameter that allows definition of a control variable.
// Command line parameter that allows definition of a control variable.
/- Command line parameter that allows definition of a control variable.
-/ Command line parameter that allows definition of a control variable.
Integer 1 to Integer5Command line parameter that can contain any integer number.
User1 to user5Command line parameter that permits entry of text for up to 5 user defined options.