Page 1 of 1

pagestruct

Posted: Fri Feb 19, 2021 7:27 am
by tvonbrasch
If I run the code:

Code: Select all

%fcastsmpl_first = "2020Q1" %fcastsmpl_last = "2021Q4" 'scenario UTE %a="ute" _kvarts.scenario(n, a = %a) %a smpl %fcastsmpl_first %fcastsmpl_last _kvarts.solve 'scenario MED %a="med" _kvarts.scenario(n, a = %a) %a smpl %fcastsmpl_first %fcastsmpl_last _kvarts.solve 'comparing results line q6_med/q6_ute
I get the following result:
pagestruct2.JPG
pagestruct2.JPG (14.42 KiB) Viewed 10340 times
However, if I add a PAGESTRUCT command:

Code: Select all

%fcastsmpl_first = "2020Q1" %fcastsmpl_last = "2021Q4" 'scenario UTE %a="ute" _kvarts.scenario(n, a = %a) %a smpl %fcastsmpl_first %fcastsmpl_last _kvarts.solve 'PAGESTRUCT command pagestruct(start=1975q1) 'scenario MED %a="med" _kvarts.scenario(n, a = %a) %a smpl %fcastsmpl_first %fcastsmpl_last _kvarts.solve 'comparing results line q6_med/q6_ute
I get the result:
pagestruct1.JPG
pagestruct1.JPG (21.49 KiB) Viewed 10340 times
Is this a bug with the pagestruct command?
t

Re: pagestruct

Posted: Fri Feb 19, 2021 9:24 am
by EViews Gareth
Would it be possible to get a copy of the workfile to run the code?