COBOL Messages


LNC0320

USING file %1 has larger record size than Sort-Merge file. Accepted.

20

Cause . . . . . : In a SORT or MERGE statement, the size of the records of the USING files must not be larger than the largest record described by the Sort-Merge (SD) file.

Recovery . . . : Ensure that the record size of the USING files are equal to that of the Sort-Merge (SD) file.


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