Only one parameter is allowed for %LEN as the target of an assignment.
20
Cause . . . . . : When %LEN is specified on the left-hand side of an assignment statement, only parameter is allowed. The extra parameters are ignored.
Recovery . . . : Omit the extra parameter from the %LEN built-in function. Compile again.