Hi,
I have below requirement,
Get an input file which is having records along with dates in format CYYMMDD.Also we have from and to date from the job PARM.
Need to fetch an records which is falling between from and to dates.
Example:
Input file
Record1 mainframe forum 1 1090324
Record2 mainframe forum 3 1040523
Record3 mainframe forum 2 0960324
Date in Parm:
10405231090426
CYYMMDDCYYMMDD (From date and to date)
Outputfile:
Record1 mainframe forum 1 1090324
Record2 mainframe forum 3 1040523
Please let me know how to find that the date in the input file is falling between the dates from PARM.
Thanks,
Ranjana