COBOL · File status code

File Status 32

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.

File Status 32IBM Enterprise COBOL · Micro Focus · GnuCOBOL

Condition

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.

Fix

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.

Pending source verification. Not yet checked against official documentation.

Related file status code