I am trying to run this code:
gen ttt = tt + 123;
tsset ttt, quarterly;
gen lOE = ln(OE);
gen grOE = lOE - L.lOE;
I keep getting an error saying 123 is a "invalid name". Could someone explain why this is happening and how I could fix it. I am very new to Stata so I have no idea. Thanks!