I have an assembler routine that reads a series of files and extracts the report creation date
from the report header. It just occurred to me that the report creation date is the same as the file creation date. Is there a slick way, knowing the file name in advance, to dynamically acquire the file creation date? The SVC 99 Verb Code 07 does not seem to provide this info. This solution, if available, would save me from having to open all these files and perform an I-O operation. I need to be able to do this via an assembler routine. Charlie ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

