Too many parameters are specified for this built-in function.
20
Cause . . . . . : The maximum
number of parameters that may be specified for the built-in functions
is:
- 0: %ERROR, %PARMS, %SHTDN, and %THIS.
- 1: %ABS, %ADDR, %ALLOC, %BITNOT, %DAYS, %DECPOS, %EDITFLT, %ELEM,
%EOF, %EQUAL, %FLOAT, %FOUND, %HOURS, %INT, %INTH, %LEN, %MINUTES, %MSECONDS,
%MONTHS, %NULLIND, %OCCUR, %OPEN, %PADDR, %SECONDS, %SQRT, %STATUS, %UNS,
%UNSH, %XFOOT, and %YEARS.
- 2: %BITAND, %BITOR, %BITXOR, %CHAR, %DATE, %DIV, %EDITW, %GRAPH,
%HANDLER, %REALLOC, %REM, %SIZE, %STR, %SUBDT, %TIME, %TIMESTAMP, %TRIM,
%TRIML, %TRIMR, %UCS2, %XML.
- 3: %CHECK, %CHECKR, %DEC, %DECH, %DIFF, %EDITC, %SCAN, %SUBARR,
%SUBST, %TLOOKUP, %TLOOKUPGE, %TLOOKUPGT, %TLOOKUPLE, and %TLOOKUPLT.
- 4: %LOOKUP, %LOOKUPGE, %LOOKUPGT, %LOOKUPLE, %LOOKUPLT, %REPLACE,
and %XLATE.
- Extra parameters are ignored.
Recovery . . . : Omit the extra parameters from
the built-in function. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.