-79808

Not enough tokens specified in %D directive representation of date string

This error occurs because the date string specified does not have the correct number of tokens or separators needed to form a valid date value based on the GL_DATE %D directive (mm/dd/yy format). For example, 12/15/98 is a valid date string representation based on the GL_DATE %D directive, 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 the GL_DATE %D directive.