I have a system that generates a daily file that contains an average of 175,000 records per day. These records are fixed length ASCII. I am looking for a script of some kind that I can put in the cron that will separate out the records that start with 0 in the first 5 positions and put those records in a separate output file while leaving the original file intact. I'm sure there is a way to do this but being very novice, I don't know it. Thanks for any help you can give me. pflugradtt@birch.com