COBOL Messages


LNC0853

Length %1 for record %2 outside specified range. Accepted.

20

Cause . . . . . : In the RECORD clause you have specified a range of record lengths from %3 to %4. Length %1 falls outside this range, and is the length that will be used by the program.

Recovery . . . : Either change record %2 so that its length falls within the range specified by the RECORD clause, or change the RECORD clause so that %1 falls within its range.


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