-79804
No more tokens are found in DBDATE string representation of a date value
This error occurs because the date string specified
does not have any more tokens or separators needed to form a valid
date value (composed of year, month, and day numeric parts) based
on the DBDATE format string. For example, 12/15/98
is a valid date string representation when DBDATE is
set to MDY2/
. But 12/1598 is not a valid date string
representation, because there are not enough separators or tokens.
To fix the problem, modify the date string representation to include a valid format for separating the day, month, and year parts of a date value based on the DBDATE format string setting.