Error detection and correction

Top  Previous  Next

A few options are available that influence error message placement, error condition correction and monitoring of statement execution performance characteristics.

 

ParameterBrief description
CerrCommand line parameter that controls the compile time error limit.
ErrmsgCommand line parameter that controls the position of error messages in the echo print and through use of ERRMSG=2 allows one to reposition error messages to just after error marking (Standard Output).
ErrnamCommand line parameter that specifies the name of a file defining the internally used compiler error messages.
ErrorCommand line parameter that forces a parameter error with a specified message.
ExecerrCommand line parameter that defines a limit on the number of errors that can be found during execution or preprocessing associated with a solve statement.
FerrCommand line parameter that controls redirection of compilation error messages to a file.
ProfileCommand line parameter that causes GAMS to include information on statement execution time and memory use in LST file allowing one to find slow or large memory using statements (Speed, Memory).