COBOL · File status code
What does File Status 47 mean in COBOL?
A READ or START was issued against a file that is not currently open in INPUT or I-O mode.
A READ or START was issued against a file that is not currently open in INPUT or I-O mode.
Confirm the OPEN mode. This usually means the OPEN either failed silently upstream or was never reached.