You can't get file's creation/modification date without using java or some external procedure calls.
If you don't want to do this java/extproc stuff, you'll have to modify your batch jobs to write a timestamp at the end of each logfile - that way you'll easily recognize if logfile is current or not. That shouldn't be too hard.




Reply With Quote