If you have access to one, CMS PIPES and REXX on an IBM mainframe would eat this for breakfast without breaking a sweat. Use an at command or the task scheduler to ftp the files down to the mainframe and write a disconnected service machine there to parse the data.
> I have the following example (txt) > > 45 14:53:52 ENTRANCE ARTS (2) ACCESS GRANTED KIM SCHOTANUS (16788937) > 46 15:14:52 EXIT ARTS GRANTED > 47 16:00:48 ENTRANCE ARTS (2) ACCESS GRANTED PROCOPIO ALB (07723137) > 48 16:52:24 EXIT ARTS (3) ACCESS GRANTED BECKERS PAUL (04906723) > ... > > In this example the first line is the line number, that is reset to 00 > after 99, then there is the time, the action performed -ENTRANCE ARTS > (2) ACCESS GRANTED- and the name and permission code. > Line 46 is a special command, this is when someone overrides > the system > (which happens quite often) > > after each 20 lines there is a blank line and then a line > with the date _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED]

