Page 1 of 1

date function

Posted: Tue Dec 01, 2015 12:59 pm
by tvonbrasch
Hi

I have a step dummy variable starting from observation number 51: @RECODE(@OBSNUM>=51,1,0)

if I have a dated workfile, how do I create a string with the date of observation number 51?

Thomas

Re: date function

Posted: Tue Dec 01, 2015 2:02 pm
by EViews Gareth
@otod(51)

Re: date function

Posted: Wed Dec 02, 2015 3:26 am
by tvonbrasch
thanks!