Page 1 of 1

Specifying series extensions in model solution

Posted: Wed Jan 21, 2009 7:47 am
by renjinlu
Hi, I cannot find the command line to specify series extensions in model solution.

For example, suppose I have a model

model macroecon

macroecon.append C=10000+0.3*y

macroecon.solve

'End of the model

By default, Eviews will have the baseline solution stored into the series C_0.

Suppose I want to have the base line series extension to be "_qf", how can I do that in programming? I know how to change solution series extensions in interavtive mode, but do not know how to write the command in a program.

Re: Specifying series extensions in model solution

Posted: Wed Jan 21, 2009 9:12 am
by EViews Gareth
You need the scenario command with an a= option.

Re: Specifying series extensions in model solution

Posted: Wed Jan 21, 2009 11:28 am
by renjinlu
Thank you!