I'm using RM/Cobol-85 on a Compaq pc with SCO-Unix Open Server 5. I have a small indexed file with a record for each user that maintains a pointer of where they are in a larger file so that when they exit the program and return later, they will pick up where they left off. This file is accessed constantly by up to twenty or so users but somehow it is not getting updated all the time. I thought it may have something to do with the file being so small that the entire file fits into the buffer for each user and is being rewritten incorrectly. I changed my update tactics to close the file after each rewrite to force an update but it still doesn't always update the file.