RNF5412

An operand must not be specified for a procedure that does not return a value.

20

Cause . . . . . : An operand on the RETURN operation is only allowed for a procedure that returns a value. The operand is ignored.

Recovery . . . : Change the procedure so that it returns a value, or remove the operand from the RETURN operation. Compile again.