Fsave

Top  Previous  Next

This keyword forces GAMS to write a saved workfile.  This allows one to save a file even in the face of execution or other errors.  To work the SAVE option must be present and the file name is taken from the SAVE specification.  GAMS will make up a name if the SAVE specification is not present.  Numeric input is expected with the allowable numeric values being

 

0workfile only written to file specified by SAVE if no errors occur (default)
1workfile always written to file specified by SAVE or if SAVE is not present to a name made up by GAMS.

 

The command is implemented with the syntax

 

Fsave=number