Page 1 of 1

wfopen for dated panel data

Posted: Wed Apr 27, 2011 5:06 pm
by eviewsnew
I used wfopen to open a dated panel data. When I run my program, I got error message about the sample "error in sample. Illegal date ....in ...".

I opened the same data by file-->open-->foreign data. And I select dated panel structure, typing in the cross section and time variables, and run the same program. The error message above is gone.

How can I open my data in a dated panel structure using wfopen?

my current syntax: wfopen \\sac-psas-01\econ\riskindex\ur_nsa_eviews.csv

thanks!

Re: wfopen for dated panel data

Posted: Wed Apr 27, 2011 6:07 pm
by EViews Gareth
Could you post the file?

Re: wfopen for dated panel data

Posted: Thu Apr 28, 2011 1:59 pm
by eviewsnew
Could you post the file?

I have two collumns in this file indicating about date. One is called time in the format of 1990Q1, another is a modified time variable for our own internal use, with a name yearqq and in the format of 1990.125.

I removed the 1990.125 format variable yearqq, and now runs the same wfopen line, it works.

I wonder how eviews automatically dectect the time/frequency information for the time series data in a file? it has specifically defined format to accept? why that 1990.125 format data (yearqq) is not considered a simple numeric series?

thanks,