CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1199 Location: At my desk
|
|
|
|
| Habeeb Shaik wrote: |
| Can I include a date in condition where it takes the current date of the system? |
Yes, have you checked the manual?
| SyncSort for z/OS 1.3 Programmer’s Guide wrote: |
Current Date Constant Specification
You can compare fields to the date of a SyncSort run or the date of the run with an offset in addition to decimal fields and binary, character, and hexadecimal strings. Thus, records can more easily be included or omitted based on whether their dates are equal to, less than, or greater than the run date or the run date with an offset. |
|
|