I am trying to keep data between 3Jan1999 and 15mar 1999 and remove the remaining observations. I use the command:
Code:
keep if 03jan1999<Date<25mar1999
but it doesn't work. Stata send this message:
Code:
03jan1999 invalid name
.
I wonder if I can get any help here. Thanks.