COBOL Messages
Argument for function %1 was less than %2 or greater than %3.
Function result set to zero.
20
Cause . . . . . : The argument for
the function is described by item %4, below:
- 1. The number of days since December 31, 1600, in the Gregorian
calendar.
- 2. The two low-order digits of a year, YY.
- 3. A date of the form YYDDD, where YY denotes the two low order
digits of a year, and DDD denotes the day of the year.
- 4. A date of the form YYMMDD, where YY denotes the two low order
digits of a year, MM denotes the month, and DD denotes the day of the
month.
- 5. Integer value within valid range.
- The valid range is %2 to %3.
Recovery . . . : Make sure the argument is
within the specified range.
[ Top of Page | Previous Page | Next Page | Table of Contents ]