COBOL Messages


LNC0760

Size %1 is too small for specified FORMAT literal %2. A size of %3 assumed.

20

Cause . . . . . : The SIZE phrase of a FORMAT clause determines the actual size of an item of class date-time. The FORMAT literal specified requires a minimum size of %3, which is larger than the value specified in the SIZE phrase.

Recovery . . . : Change the value specified in the SIZE phrase to be at least as big as the minimum size required by the FORMAT literal.


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