Page 1 of 1

CGE cannot run

Posted: Mon Jul 23, 2018 6:47 am
by tinfah
Hi

I have a problem with this CGE model. When I run it, it comes out with the error message "CONSgov" is an illegal or reserved name in "SERIES "CONSGOV"". I don't understand this.

Attached file contains the prg. Can you help to check this and provide a solution.

Tq

tinfah

Re: CGE cannot run

Posted: Mon Jul 23, 2018 8:17 am
by EViews Gareth
Change:

Code: Select all

SERIES %VR
to:

Code: Select all

SERIES {%VR}

Re: CGE cannot run

Posted: Tue Jul 24, 2018 6:54 am
by tinfah
Tq. It works.