COBOL Messages


LNC2554

%1 exceeds %2 characters. Truncated to %2 characters.

30

Cause . . . . . : The length of the indicated item is greater than the maximum length allowed.

Recovery . . . : Specify an item that does not contain more than the maximum number of characters. If the item is being brought into the source using format 2 of the COPY statement, then you can not copy the file description for the file into the COBOL source.


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