Hi all,
I am having a difficulty migrating projects to GAMS Studio from the old gpr structure of handling data exchange, etc.
Basic file system GAMS IDE / gpr:
File 1: Read in data from csv,xlsx,txt, gms file converts it to gdx
File 2: File manipulates data from gdx output, saved in project directory from file 1
File 3: gms file converts gdx data to csv, xlsx, txt, etc
Moving this to a project in Studio by dragging files to a new project results in File 1 working to the extent it can read in the data, but I can’t follow data passes through the project through GDX. Am I having to specify the GDX flow much more explicitly in Studio?
Since all this was in the same folder, there was never an issue with data passing through each file within the GAMS IDE. I find the system in Studio much more convoluted and no clear explanations of how it works, which - as a side - is strange since GAMS is pushing GAMS Studio over IDE for a number of years now. I simply want to move an old GAMS project (gpr) to GAMS Studio, but it seems much less fluid than it initially appears (where you are told this is meant to facilitate bringing in modules from multiple projects seamlessly).
Is there any good guidance, with clear instructions? I don’t mean running a single script, where all the data is inputted and processed in the same step of a project flow.