COBOL · File status code
What does File Status 09 mean in COBOL?
An indexed file's directory structure could not be found or has no room for a new entry.
An indexed file's directory structure could not be found or has no room for a new entry.
Check that the file was properly initialized (allocated and formatted) before your program ran, and that its space allocation is sufficient for the volume of records being written.