COBOL · File status code
What does File Status 48 mean in COBOL?
A WRITE was issued against a file that is not currently open in OUTPUT, I-O, or EXTEND mode.
A WRITE was issued against a file that is not currently open in OUTPUT, I-O, or EXTEND mode.
Confirm the OPEN mode and that OPEN actually succeeded before this WRITE executes.