LST and other output file contents control

Top  Previous  Next

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:

 

$AbortDollar command that causes compilation to stop and issues an error message in LST file.
$DoubleDollar command that starts double spacing of echo print lines in LST file.
$EchoDollar command that echoes text to a named file.
$EjectDollar command that starts a new page in LST file.
$ErrorDollar command that causes reporting of compiler error to LST file but allows continued compilation.
$LinesDollar command that starts new page if less than n lines are left on a page.
$LogDollar command that sends specified text to the LOG file.
$OffdollarDollar command that suppresses echo print of dollar commands to LST file.
$OffechoDollar command to stop action of $Onecho, $Onechos or $Onechov.
$OffincludeDollar command that suppresses echo print of included files to LST file.
$OfflistingDollar command that deactivates echo print of subsequent input lines.
$OfflogDollar command that turns off line logging.
$OffputDollar command that stops $onput transfer of text to a put file.
$OffsymlistDollar command that removes symbol list from LST file.
$OffsymxrefDollar command that removes symbol cross reference from LST file.
$OffuellistDollar command that removes unique element list from LST file.
$OffuelxrefDollar command that removes unique element cross reference from LST file.
$OffverbatimDollar command used in conjunction with the GAMS parameter DUMPOPT
$OndollarDollar command that adds echo print of dollar commands to LST file.
$OnechoDollar command to start copying succeeding lines to file.
$OnechosDollar command to start copying succeeding lines to file with parameter substitution.
$OnechovDollar command to start copying succeeding lines to file.
$OnincludeDollar command that causes echo print of included files.
$OnlistingDollar command that activates echo print of subsequent input lines.
$OnlogDollar command that resets line logging.
$OnputDollar command that transfers the text in subsequent lines to a put file.
$OnputsDollar command that transfers the text in subsequent lines to a put file with parameter substitution.
$OnputvDollar command that transfers the text in subsequent lines to a put file without parameter substitution.
$OnsymlistDollar command that includes symbol list in LST file.
$OnsymxrefDollar command that includes symbol cross reference in LST file.
$OnuellistDollar command that adds unique element list to LST file.
$OnuelxrefDollar command that adds unique element cross reference to LST file.
$OnverbatimDollar command used in conjunction with the GAMS parameter DUMPOPT
$SingleDollar command that starts single space listing of subsequent echo print lines in LST file.
$StarsDollar command that redefines characters for four **** messages.
$StitleDollar command that defines subtitle for LST file.
$TitleDollar command that defines LST file title.