Hi everyone!
I am running a model and there is a dollar control option ($ifThen) inside it. My old version GAMS says Error 210 and
Unknown dollar control option. valid are -
on/offmargin on/offdollar
on/offsymlist on/offuellist
on/offsymxref on/offuelxref
on/offinline on/offnestcom
on/offeolcom on/offinclude
on/offwarning on/offsparse
single double eject (listing control)
on/offlisting
on/offecho
onmulti offmulti (multiple declarations for set table param)
onupper offupper (show source text as entered)
ontext offtext (bracket a block of comment lines)
ondigit offdigit (off ignores precision on input)
lines (followed by line count)
title stitle (followed by new title/subtitle)
mincol maxcol (followed by column position)
dollar comment (followed by 1 character)
hidden (followed by unlisted comment)
phantom (followed by an element)
inlinecom (followed by delimiter spec eg. /* */)
eolcom (followed by delimiter spec eg. _$)
verid (followed by version ident eg tp5-am-002)
include (followed by filename)
bat/sysinclude (followed by filename and parameters)
How can i solve this issue? Can I change $ifThen with a different thing from this list? Or should i do something different?