COBOL Messages


LNC0751

RECORD IS VARYING minimum length %1 shorter than any record description. Accepted.

0

Cause . . . . . : The minimum record length you specified in the RECORD IS VARYING clause is shorter than any of the record descriptions for the file.

Recovery . . . : Change your program so that the minimum record size specified in the RECORD IS VARYING clause matches the length of the shortest record description for the file.


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