Page 1 of 1

Store Variables Names and loop through them

Posted: Tue Mar 24, 2015 4:20 am
by tzra
Hi there, I am relatively new to EViews and I have a general program that I want to run for different series that I import from Excel. I would like to store the variables names so I can use the preexisting, generic code (which refers to variables as ser01, ser02 and so on) and later on rename the variables. How would you recommend that I do this?
Thank you!

Re: Store Variables Names and loop through them

Posted: Tue Mar 24, 2015 8:12 am
by EViews Gareth
I would re-write the generic code so that it doesn't rely on set variable names. Use program variables (%a, %b, so on) instead.