|
Clearing error conditions |
Top Previous Next |
|
One may also use the function Execerror to reset the count of the number of execution errors. Typically one would choose to set this to zero so GAMS terminates normally. This is done as follows (executcl2.gms)
execerror=0;
which causes GAMS to terminate with a normal completion message as opposed to a error code (see executcl.gms). |