COBOL Messages


LNC2968

Date FORMAT literal %1 must specify a day of the year.

30

Cause . . . . . : An item of class date-time is described with a format literal. The format literal is made up of separators and conversion specifiers. For an item of category Date, the format literal must contain the right combination of conversion specifiers that will allow a day of the year to be determined. If a Date FORMAT literal contains a year and month conversion specification, but no day of the month, the first day of the month is assumed.

Recovery . . . : Remove conversion specifiers that are not allowed for Date items, or add conversion specifiers that will result in a day of the year.


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