COBOL · File status code
What does File Status 08 mean in COBOL?
The program attempted a READ against a file that was opened in OUTPUT mode.
The program attempted a READ against a file that was opened in OUTPUT mode.
Check the OPEN mode. This is the mirror image of status 06 and usually comes from the same class of copy-paste mistake.