COBOL Messages


LNC0854

Record %1 shorter than RECORD IS VARYING minimum. Accepted.

20

Cause . . . . . : Record %1 has a length of %2, but the RECORD IS VARYING clause for the file gives %3 as the minimum length for the record. %2 will be used as the minimum record length.

Recovery . . . : Change record %1 or the RECORD IS VARYING clause so that the length of %1 is within the range specified in the RECORD IS VARYING clause.


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