I want the out put of the GAMS file to be in an excel format for the ease of computation (variables x.L, y.L and q.L). I am running the GAMS file remotely in a Linux environment which prevents me from using the gdxxrw.exe command, as it says that gdxxrw.exe not found.
This is the following code.
execute 'gdxxrw.exe results.gdx var=x.L'
execute 'gdxxrw.exe results.gdx var=x.M rng=NewSheet!'
execute 'gdxxrw.exe results.gdx var=y.L rngs=NewSheet!'
Please help. Much appreciated.
Thanks,
Kartik.