I have a file called YEARS containing unique years: 2002, 2003, 2004, ..., 2010. I would like to store the years in a hold file, with one exception. For the current year only (2004), I want to write 2 different records to the hold file: 'First half 2004', and 'Second half 2004'.
I looked into join and match, but neither seemed to do what I need.
Anybody know how to do this?
Thanks for your assistance!
I looked into join and match, but neither seemed to do what I need.
Anybody know how to do this?
Thanks for your assistance!