COBOL · File status code
What does File Status 41 mean in COBOL?
The program issued OPEN against a file it has already successfully opened without an intervening CLOSE.
The program issued OPEN against a file it has already successfully opened without an intervening CLOSE.
Check for a duplicate OPEN, often from a paragraph called more than once, or from error-handling logic that retries OPEN without checking whether it already succeeded.