COBOL Messages


LNC0775

USING File %1 has a record size which does not match that of the Sort-Merge File. Accepted.

20

Cause . . . . . : In a SORT or MERGE statement, the Sort-Merge file contains variable length records, the size of the largest USING file record must be equal to or less than the largest record described by the Sort-Merge (SD) file, and the size of the smallest USING 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 USING files are within the range of the Sort-Merge (SD) file.


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