COBOL · File status code
What does File Status 14 mean in COBOL?
A relative file's record number exceeds the number of digits defined for the relative key data item.
A relative file's record number exceeds the number of digits defined for the relative key data item.
Check the PICTURE clause of the relative key field against the actual size of the file. A field that is too small will silently truncate large record numbers.