Hi All,
There is an input PS file containing records with Timestamp X(26) - DB2 Timestamp. I am trying to filter out the records which are 24 hours old.
Eg:2013-06-27-00.18.57.018696
Approach 1
Writing JCL with SORT to compare timestamp with current system time and filtering out the recods.I am using SORT util to compare and filter the records but not getting desired results.
Is SORT can be used to compare X(26) timestamp or not ?
Thanks,