I'm trying to restructure a page using year and month series. However, it only seems to work if there are 12 months.
For example, the following code with 12 observations seems to work
Code: Select all
wfcreate u 12
genr year = 2015
genr month = @obsid
pagestruct @date(year, month)
But if I only have 9 observations (i.e. Jan-Sep), I get an error saying "Unable to interpret date specification"
Code: Select all
pagecreate u 9
genr year = 2016
genr month = @obsid
pagestruct @date(year, month)
What am I missing here? Is there some option for pagestruct that I should include? I'm using Eviews 9.5, Nov 14 2016 build.