|
The dollar commands in this group cause GAMS to alter the contents of the LST file or send messages to other files. They are discussed here and in the Standard Output chapter. The dollar commands are:
| $Abort | Dollar command that causes compilation to stop and issues an error message in LST file. |
| $Double | Dollar command that starts double spacing of echo print lines in LST file. |
| $Echo | Dollar command that echoes text to a named file. |
| $Eject | Dollar command that starts a new page in LST file. |
| $Error | Dollar command that causes reporting of compiler error to LST file but allows continued compilation. |
| $Lines | Dollar command that starts new page if less than n lines are left on a page. |
| $Log | Dollar command that sends specified text to the LOG file. |
| $Offdollar | Dollar command that suppresses echo print of dollar commands to LST file. |
| $Offecho | Dollar command to stop action of $Onecho, $Onechos or $Onechov. |
| $Offinclude | Dollar command that suppresses echo print of included files to LST file. |
| $Offlisting | Dollar command that deactivates echo print of subsequent input lines. |
| $Offlog | Dollar command that turns off line logging. |
| $Offput | Dollar command that stops $onput transfer of text to a put file. |
| $Offsymlist | Dollar command that removes symbol list from LST file. |
| $Offsymxref | Dollar command that removes symbol cross reference from LST file. |
| $Offuellist | Dollar command that removes unique element list from LST file. |
| $Offuelxref | Dollar command that removes unique element cross reference from LST file. |
| $Offverbatim | Dollar command used in conjunction with the GAMS parameter DUMPOPT |
| $Ondollar | Dollar command that adds echo print of dollar commands to LST file. |
| $Onecho | Dollar command to start copying succeeding lines to file. |
| $Onechos | Dollar command to start copying succeeding lines to file with parameter substitution. |
| $Onechov | Dollar command to start copying succeeding lines to file. |
| $Oninclude | Dollar command that causes echo print of included files. |
| $Onlisting | Dollar command that activates echo print of subsequent input lines. |
| $Onlog | Dollar command that resets line logging. |
| $Onput | Dollar command that transfers the text in subsequent lines to a put file. |
| $Onputs | Dollar command that transfers the text in subsequent lines to a put file with parameter substitution. |
| $Onputv | Dollar command that transfers the text in subsequent lines to a put file without parameter substitution. |
| $Onsymlist | Dollar command that includes symbol list in LST file. |
| $Onsymxref | Dollar command that includes symbol cross reference in LST file. |
| $Onuellist | Dollar command that adds unique element list to LST file. |
| $Onuelxref | Dollar command that adds unique element cross reference to LST file. |
| $Onverbatim | Dollar command used in conjunction with the GAMS parameter DUMPOPT |
| $Single | Dollar command that starts single space listing of subsequent echo print lines in LST file. |
| $Stars | Dollar command that redefines characters for four **** messages. |
| $Stitle | Dollar command that defines subtitle for LST file. |
| $Title | Dollar command that defines LST file title. |
|