COBOL Messages


LNC0416

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

10

Cause . . . . . : The length of the indicated item is greater than the maximum length allowed; alternatively, the indicated item is reference modified, and the length after reference modification is greater than the maximum length allowed.

Recovery . . . : Specify an item that does not contain more than the maximum number of characters; alternatively, reference modify the item so that its length does not exceed the maximum length allowed.


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