COBOL · File status code
What does File Status 49 mean in COBOL?
A DELETE or REWRITE was issued against a file that is not currently open in I-O mode.
A DELETE or REWRITE was issued against a file that is not currently open in I-O mode.
Confirm the file is opened I-O, not INPUT-only, wherever DELETE or REWRITE is used.