COBOL · File status code
What does File Status 32 mean in COBOL?
The same indexed file is open more than once in a way the runtime does not support, or a related indexed-file configuration conflict was detected.
The same indexed file is open more than once in a way the runtime does not support, or a related indexed-file configuration conflict was detected.
Check for the same file being opened under two different logical names, or a mismatch between the file's actual key structure and the program's key definitions.