Page 1 of 1

Specify frequency of page using 'pageload' command

Posted: Wed Oct 26, 2016 12:55 pm
by chester
My code reads CSV data into a new page(tab) within a workfile window. EViews picks up the frequency of the time series but the page is still labelled as undated/unstructured/no frequency. I would like the specify the frequency of the data within this line of code if possible.

Code: Select all

pageload "C:\filepath\newdata.csv" ftype=ascii rectype=crlf skip=0 fieldtype=delimited delim=comma byrow colhead=2 namepos=first eoltype=pad badfield=NA @id date @smpl @all

Re: Specify frequency of page using 'pageload' command

Posted: Wed Oct 26, 2016 1:32 pm
by EViews Gareth
Add a:

Code: Select all

@freq m 1990
argument.

Re: Specify frequency of page using 'pageload' command

Posted: Thu Oct 27, 2016 6:57 am
by chester
Where exactly would "@freq m" fit in that command? I've tried placing it after @id or after the file path but it doesn't seem to create a monthly page. If I put it after "namepos", I get an error that says "Invalid frequency specification".

Re: Specify frequency of page using 'pageload' command

Posted: Thu Oct 27, 2016 8:42 am
by EViews Gareth
replace @id with it.