Weekly frequency
Posted: Mon Nov 29, 2010 5:20 am
Hello,
The following file has weekly frequency in a format I am not sure how to make Eviews handle:
wfopen "http://www.reservebank.co.za/internet/P ... -+Sep.xlsx" range="w3" format=(1A)
the format of series01 (the date identifiers) is YYYYMMW where W runs from 1 to 5.
Is there any easy way to properly date this file? Otherwise I suppose what I can do is obtain a calendar day by looking for the day of the first Monday of each month (dfom) and calculate the day as Series DayNb=dfom+(7*(@val(@right(series01,2))-1). Then combine this with the year and month part of the date.
Thanks for your help.
Javier
The following file has weekly frequency in a format I am not sure how to make Eviews handle:
wfopen "http://www.reservebank.co.za/internet/P ... -+Sep.xlsx" range="w3" format=(1A)
the format of series01 (the date identifiers) is YYYYMMW where W runs from 1 to 5.
Is there any easy way to properly date this file? Otherwise I suppose what I can do is obtain a calendar day by looking for the day of the first Monday of each month (dfom) and calculate the day as Series DayNb=dfom+(7*(@val(@right(series01,2))-1). Then combine this with the year and month part of the date.
Thanks for your help.
Javier