COBOL Messages


LNC0774

GIVING File %1 has variable length records which do not match those of the Sort-Merge file. Accepted.

20

Cause . . . . . : In a SORT or MERGE statement, if a GIVING file contains variable length records, the size of the largest GIVING file record must be equal to or smaller than the largest record described by the Sort-Merge (SD) file, and the size of the smallest GIVING file record must be equal to or greater than the smallest record described by the Sort-Merge (SD) file.

Recovery . . . : Ensure that the record size of the GIVING files are within the range of the Sort-Merge (SD) file.


[ Top of Page | Previous Page | Next Page | Table of Contents ]