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.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.