I have a dataset created with an unload from a DB2 table that I am working with. I am changing a SystemID number to the LPAR letter representation and doing some other formatting within the rexx exec.
Using Rexx how could I remove any entries that are not from the date that is 2 days less than the current date?
I have timestamps within the dataset of the format:
2004-11-30-11.21.34.040000
2004-12-01-02.05.22.010000
2004-12-02-04.32.44.090000
Any ideas?
Using Rexx how could I remove any entries that are not from the date that is 2 days less than the current date?
I have timestamps within the dataset of the format:
2004-11-30-11.21.34.040000
2004-12-01-02.05.22.010000
2004-12-02-04.32.44.090000
Any ideas?