COBOL · File status code
What does File Status 24 mean in COBOL?
A WRITE attempted to store a record beyond the externally defined boundaries of an indexed or relative file, or a sequential file's disk space was exceeded.
A WRITE attempted to store a record beyond the externally defined boundaries of an indexed or relative file, or a sequential file's disk space was exceeded.
Check the file's allocated space against the volume of records being written, and confirm relative-key values stay within the file's defined range.