Syntax of date, time or timestamp value is not valid.
The syntax of the date (L), time (T) or timestamp (Z) value is not correct. Either the value does not use the specified format from the corresponding field or the value does not use the specified separator from the corresponding field.
Response: If this is a date (L) value, use the format specified on the DATFMT keyword. If the DATFMT keyword is not specified or the format specified on DATFMT is *JOB, use the *ISO format. Also, use the separator specified on the DATSEP keyword. If the DATSEP keyword is not specified or the separator specified on DATSEP is *JOB, use a '/' for the separator.
If this is a time (T) value, use the format specified on the TIMFMT keyword. If the TIMFMT keyword is not specified, use the *ISO format. Also, use the separator specified on the TIMSEP keyword. If the TIMSEP keyword is not specified or the separator specified on TIMSEP is *JOB, use a ':' for the separator.
If this is a timestamp (Z) value, use yy-mm-dd-hh.mm.ss.mmmmmm syntax.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.