Cheers, Here is the code that I have

Code:
gen date1990 = amo + ayear
gen date1992 = bmo + byear
gen date1994 = cmo + cyear
and so on through date2014. I am wondering if this is loopable?