It says to include the record if the value in positions 1-6 is greater than '200905', providing that position 133 has a 'Q' or a 'C'. Otherwise, omit the record.
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
You can use the current date or a future date or a past date with INCLUDE. For example, for today (yyyymm):
1,6,CH,GT,DATE2
For next month (yyyymm + 1 month)
1,6,CH,GT,DATE2+1
For last month (yyyymm - 1 month)
1,6,CH,GT,DATE2-1
If you're trying to do something else, you need to explain clearly exactly what you're trying to do.
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
Yes. DATE1 is a yyyymmdd date. DATE1+n would add n days.
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort