

Application Execution (AE) Messages › › IDAETERR29 - Input DATE or TIME has invalid value
IDAETERR29 - Input DATE or TIME has invalid value
Reason:
You specified an invalid date or time for the $DATE or $TIME function.
Action:
For the $TIME function, check the following:
- The TIME operand must contain six digits in alphanumeric format.
- The TIME operand must be in the form HHMMSS, where HHMMSS can be from 000000 to 240000. In this range, SS can be from 00 to 59, MM can be from 00 to 59, and HH can be from 00 to 24.
- The time is based on a 24-hour clock that starts on 000000 (midnight), continues through 235959. 240000 is also accepted as representing midnight.
For the $DATE function, check the following:
- The DATE operand must contain six digits in alphanumeric format.
- The DATE operand must be in the form YYMMDD, where YYMMDD can be from 000101 to 991231. In this range, YY can be from 00 to 99, MM can be from 00 to 12, and DD can be from 01 to 31. The maximum value for DD depends on the value of MM and YY to require a date that can actually occur. If MM is 02, and YY is a multiple of 4, then DD cannot exceed 29. If MM is 02, and YY is not a multiple of 4, then DD cannot exceed 28.
- The date-pattern might not require use of the YY, MM, or DD parts of the specified date to create the date format. Only the parts of the date that are actually required by the date-pattern is edited for validity.
Example
$DATE ('YY',DATE='85XXXX') is valid
$DATE ('MM',DATE='85XXXX') is in error
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|