@makedate question
Posted: Fri Feb 01, 2013 2:07 pm
I've been using the @makedate function in some of my code and it's been working fine up until this month.
As an example, the following code for January 2013 generates the value 735141:
But, the following code for February 2013 generates NAs:
Can you explain why there's a difference? My workfile is monthly and has a range of 1975:01 to 2014:12.
I'm using Eviews 7.2 with the Oct 17 2012 build.
As an example, the following code for January 2013 generates the value 735141:
Code: Select all
genr ser01 = @makedate(2013.1,"yyyy.mm")
Code: Select all
genr ser01 = @makedate(2013.2,"yyyy.mm")
I'm using Eviews 7.2 with the Oct 17 2012 build.