Hi
I’m parsing the results of the $show command, specifically $showVariables (aka the compile time variable list) using a script. Right now, the script relies on the $show command being present at the end of an input GAMS file, otherwise the compile time variable list would obviously not be printed to the listing file.
Sometimes, the $show command is deleted on accident, which then breaks the script. Is there a way to enable the $show from the command line, or a possibility to export the list of compile time variables to a file (e.g. like the reference command https://www.gams.com/45/docs/UG_GamsCall.html#GAMSAOreference).
Thanks for your help!
Best
Christoph