CSV File

Hello there,
I want import a csv file into gams. I tried all the things on internet. But I could not get success.

My csv file include 860 rows and just 2 columns with index.
Also my code is very short. I only have difficulties in this part.
rabis.csv (21.1 KB)
this is my file, I also tried is as firstly blank character.
What you suggest me?
Thank you very much
rabiscode.gms (565 Bytes)
this is my code

Just remove the “;” from the csv file name: “$include rabis.csv”, as in all examples in the GAMS docs (see, e.g. https://www.gams.com/latest/docs/UG_DataExchange_ASCII.html?search=csv). There are many other errors in your model.

Good luck,
-Michael