I have this '02/03/98' and
I need this '02/03/99'
I would appreciate it if you could respond to me directly since right now I
am not a member of the List Serve. Thank you in advance for your help.
Alicia Booth
DO REPEAT NEWDATE=NDATE1 NDATE2 / OLDDATE=date1 date2.
COMPUTE NEWDATE=DATE.MDY(XDATE.MONTH(olddate),
XDATE.MDAY(olddate),
XDATE.YEAR(olddate)+1).
FORMATS NEWDATE (ADATE10).
END REPEAT.
LIST.
David Marso