Page 1 of 1

File create

Posted: Wed Mar 25, 2009 3:57 am
by javiersan
Hi,

I want to create a file with observations up to the latest possible quarter given today's date. The ony commands that occur to me are:
wfcreate(wf=test) q 1990q1 @datepart(@now,"yyq")

but unfortunately it doesn't work.

Do you have any ideas on how to solve this?

Thanks,

Javier

Re: File create

Posted: Wed Mar 25, 2009 8:15 am
by EViews Gareth

Code: Select all

%a = @datestr(@now) wfcreate(wf=test) q 1990q1 {%a}

Re: File create

Posted: Wed Mar 25, 2009 9:20 am
by javiersan
Thanks Gareth.