daily data recognized as monthly.
Posted: Thu Jan 12, 2012 2:36 pm
hi,
I have a file that has only two daily datapoint for each series, but when I use command to open it, eviews automatically recognized it as monthly since the dates are
12/01/2012 and 11/01/2012.
I used the commands below to solve the problem but still the problem is there. Anyone knows how to let eviews to recognize it as daily?
Thanks a lot.
Commands used but not working:
(1) wfopen(d=page) "C:\path\commodity.d1.csv" colhead=3, namepos=last @id @date(@dateval(mnemonic,"DD/MM/yyyy"))
(2) wfopen(d=page) "C:\path\commodity.d1.csv" colhead=3, namepos=last @id @date(@dateval(mnemonic,"MM/DD/yyyy"))
(3) wfopen(d=page) "C:\path\commodity.d1.csv" colhead=3, namepos=last
pagestruct(freq=d5) @date(mnemonic)
I have a file that has only two daily datapoint for each series, but when I use command to open it, eviews automatically recognized it as monthly since the dates are
12/01/2012 and 11/01/2012.
I used the commands below to solve the problem but still the problem is there. Anyone knows how to let eviews to recognize it as daily?
Thanks a lot.
Commands used but not working:
(1) wfopen(d=page) "C:\path\commodity.d1.csv" colhead=3, namepos=last @id @date(@dateval(mnemonic,"DD/MM/yyyy"))
(2) wfopen(d=page) "C:\path\commodity.d1.csv" colhead=3, namepos=last @id @date(@dateval(mnemonic,"MM/DD/yyyy"))
(3) wfopen(d=page) "C:\path\commodity.d1.csv" colhead=3, namepos=last
pagestruct(freq=d5) @date(mnemonic)