WFSAVE Question
Posted: Tue Oct 31, 2017 9:15 am
Sorry for this silly question. I have been away from EViews for a while and am now porting some V9 programs over to V10. My programs all work except for my WFSAVE commands. I have:
!annual1=2000
!annual2=2018
wfcreate random_walk_{!year}.{%m} u !annual1 !annual2
code here for forecasting
wfsave(2) R:\Traffic Forecasting\EViews\Workfiles\Stochastic\random_walk_{!year}.{%m}.wf1
This wfsave will not put my work file, which is random_walk_{!year}.{%m} in the right folder, which is R:\Traffic Forecasting\EViews\Workfiles\Stochastic . It is creating a Traffic.wf1 file in R:\
Thanks...
!annual1=2000
!annual2=2018
wfcreate random_walk_{!year}.{%m} u !annual1 !annual2
code here for forecasting
wfsave(2) R:\Traffic Forecasting\EViews\Workfiles\Stochastic\random_walk_{!year}.{%m}.wf1
This wfsave will not put my work file, which is random_walk_{!year}.{%m} in the right folder, which is R:\Traffic Forecasting\EViews\Workfiles\Stochastic . It is creating a Traffic.wf1 file in R:\
Thanks...