CEE2505S
The input_seconds value in a call to CEEDATM or CEESECI was not within the supported range.

Explanation

The input_seconds value passed in a call to CEEDATM or CEESECI was not a floating-point number between 86,400.0 and 265,621,679,999.999. The input parameter should represent the number of seconds elapsed since 00:00:00 on 14 October 1582, with 00:00:00.000 15 October 1582 being the first supported time/date, and 23:59:59.999 31 December 9999 being the last supported time/date.

System action

For CEEDATM, the output value is set to blanks. For CEESECI, all output parameters are set to 0.

Programmer response

Verify that input parameter contains a floating-point value between 86,400.0 and 265,621,679,999.999.

Symbolic Feedback Code

CEE2E9