COBOL · File status code
What does File Status 19 mean in COBOL?
A REWRITE was issued against a file that is not open in I-O mode, or whose access mode does not support rewriting in this context.
A REWRITE was issued against a file that is not open in I-O mode, or whose access mode does not support rewriting in this context.
Confirm the file is opened I-O, not INPUT or OUTPUT, wherever REWRITE is used.