-79799
An invalid character is found in the DBDATE string after the 'Y' character
This error occurs because the DBDATE format
string has a year designation (specified by the character Y),
but the character following the year designation is not a 2 (two-digit
years) or 4 (four-digit years).
To fix the problem, modify the DBDATE format
string to include the required numeric year expansion value after
the Y character. Only a 2 or 4 character
should immediately follow the Y character designation.