PDR0702S

Rule Compilation, Line number, Column number; Function function: Too many arguments. The maximum number of arguments is number.

What happened: You specified a function call with too many arguments. Rule Compilation identifies the rule file that contains the errant function call. function identifies the function and number identifies the maximum number of arguments you can use in the function.

What to do: Delete extra arguments from the function call.