I'm not sure if this is the right place, so please bear with me. I have a JCL which deletes a file and then runs a COBOL program which recreates the file that was deleted in the first step. If the file is missing in the first place, however, the JCL will abend with some sort of "file missing" error. Is there a way to override this, ie., see there is no file to delete and continue on to the COBOL program? I'm guessing I need to tinker with my DISP settings but am stumped.