|
A few options are available that influence error message placement, error condition correction and monitoring of statement execution performance characteristics.
| Parameter | Brief description |
|
Cerr | Command line parameter that controls the compile time error limit. |
| Errmsg | Command 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). |
| Errnam | Command line parameter that specifies the name of a file defining the internally used compiler error messages. |
| Error | Command line parameter that forces a parameter error with a specified message. |
| Execerr | Command line parameter that defines a limit on the number of errors that can be found during execution or preprocessing associated with a solve statement. |
| Ferr | Command line parameter that controls redirection of compilation error messages to a file. |
| Profile | Command 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). |
|