Page 1 of 1

Eviews 14 Link Command Issue

Posted: Tue May 26, 2026 10:57 am
by oleviasharbaugh
I am having an EViews issue that I think relates to the fact that we recently updated from EViews 12 to EViews 14.

When I run this code in EViews 14:

Code: Select all

for %y {%states} link amuse_area_{%y}_nsa amuse_area_{%y}_nsa.linkto(c=s) area\amuse_area_{%y}_nsa_1 next
I get this error:
AMUSE_AREA_AK_NSA already exists and may not be modified
in "LINK AMUSE_AREA_AK_NSA" in AMUSESOLVE.PRG on line
125.

But this is the way we always ran this program in Eviews 12 and we never had an issue. I have looked this up online and the only way I've come across to fix it is to delete the series before linking. Is that truly the best way to do this?

Re: Eviews 14 Link Command Issue

Posted: Tue May 26, 2026 12:00 pm
by EViews Gareth
Yes, you cannot redeclare the link if it already exists. We'll take a look to see if we can improve that behaviour.

In the meantime, yes, you'd have to delete it first.