Originally posted by: SystemAdmin
I've been working on this for weeks. Does anyone have a map that does this? I'm running a batch file to do a DIR command on several folders. I then pull the files out of the results and write those to another file. Now I need to read the date and time and compare it to the current date and time and email the results of any file over x minutes old.
Example:
200407150807 CURRENTDATETIME
200407141500 file date and time
==========
<difference in minutes> (of course, just subtracting them won't work)
IF(<difference in minutes> > 30, write-recs, NONE)
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender