|
Sending output to the LOG file |
Top Previous Next |
|
One can choose to send the put file output to the LOG file by using a null specification for the file name as follows and in put11.gms
file name / '' /; put name ; put 'instructions that will go to the log file' /; put 'more instructions that will go to the log file' / |