|
A group of options allow some control of the contents of the LOG and LST output files. These are mostly discussed in Standard Output.
| Parameter | Brief description |
| Appendlog | Command line parameter that controls whether the program overwrites or appends to the LOG file. |
| Appendout | Command line parameter that controls whether the program overwrites or appends to the LST file. |
| Case | Command line parameter that controls the case of the text in the LST file for the echo print. |
| Dumpparms | Command line parameter that provides more detailed information about the parameters changed or set by the user, GAMS or the IDE during the current run. |
| Errorlog | Command line parameter that controls the error message lines written to the LOG file. |
| Limcol | Command line parameter that includes the first n cases for each named variable in the LST file. |
| Limrow | Command line parameter that includes the first n cases for each named equation in the LST file. |
| Logfile | Command line parameter that specifies the name of the LOG file. |
| Logline | Command line parameter that controls the amount of line tracing to the LOG file. |
| Logoption | Command line parameter controls destination for the LOG file, used with setting of 0 or 2 to permit UNIX jobs to operate in the background. |
| Output | Command line parameter that specifies the name of file containing the output (LST file). |
| Pagecontr | Command line parameter that affects the page control in the LST file. |
| Pagesize | Command line parameter that sets the default number of lines per page. If less than 30 it will be reset to the default of 9999. |
| Pagewidth | Command line parameter that sets the default number of columns on a page. This value should be between 72 and 32767. |
| Profiletol | Command line parameter that specifies the minimum time a statement must use to appear in the profile generated output. |
| Solprint | Command line parameter that controls the printing of the solution report. |
| Stepsum | Command line parameter that controls the generation of a step summary of the processing times taken by GAMS during a given run. |
| Suppress | Command line parameter that tells GAMS whether to suppress the compiler echo print of the GAMS input instructions. |
| Sysout | Command line parameter that controls the incorporation of additional solver generated output to the LST file. |
| Tabin | Command line parameter that tells GAMS how to deal with tabs |
| Timer | Command line parameter that specifies an instruction timer threshold in milli seconds. |
|