Hi.
I'm trying to do this by JCL rather than a program. Do you think is possible? I tryied a sort with joinkeys but not sure if I can include a condition between the 2 files.
Input:
File1: Key date1
File2: Key date2 date3
I need to find the records of File2 with a corresponding record in File1 and the condition: date2 < date1 < date3
Any answer would be appreciated.