I have a program that is writing records to a sequential file. This program gets ran 5 separate times in succession. I am wondering how to add records to the same file every time the program runs without overwriting the data already in the file. Can this be done in the JCL?