I am writing a program that is writing records to a keyed file. When I do the write I check for duplicates with an invalid key statement. Even with this check in the program my job log contains messages about trying to write a duplicate record. Is there any way to keep these messages from displaying in the job log? Thank you in advance for any help. Aaron Wolfe

Reply With Quote