COBOL Messages


LNC0855

Record %1 longer than RECORD IS VARYING maximum. Accepted.

20

Cause . . . . . : Record %1 has a length of %2, but the RECORD IS VARYING clause for the file gives %3 as the maximum length for the record. %2 will be used as the maximum 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 ]