|
VMS Help COBOL, Run-Time Messages, INTDAYBOUNDS *Conan The Librarian |
argument to FUNCTION INTEGER-OF-DAY out of bounds
Explanation: Function argument must be an integer of the form
YYYYDDD. One or more of these rules were violated:
a. YYYY must be greater than 1600 and less than or equal to
9999
b. DDD must be in the range of 1 through 366 and valid for
the year specified.
User Action: If this is not the desired result, modify the
source program to ensure a valid argument or avoid the
function with an invalid argument.
|
|