PDR0719S

Section, Line number, Column number; User Function function, Argument argument: The length of the value size exceeds the maximum input area size of maxsize.

What happened: You specified a user-written function argument that is longer than the maximum input area defined in the USERFUNCTION declaration. Section identifies the rule file that contains the errant function call, function identifies the name of the user-written function, argument identifies the argument that is too long, size is the length of the argument, and maxsize is the maximum length set in the USERFUNCTION declaration statement.

What to do: Change the maximum input area size in the USERFUNCTION declaration for the indicated user-written function.