COBOL · File status code
What does File Status 44 mean in COBOL?
A WRITE or REWRITE specified a record size that violates the file's RECORD IS VARYING clause limits, or does not match the file's fixed record length.
A WRITE or REWRITE specified a record size that violates the file's RECORD IS VARYING clause limits, or does not match the file's fixed record length.
Check the record length being moved into the record area against the FD's minimum and maximum length clause.