The procedure returns a value, but no RETURN operation was found.
30
Cause . . . . . : For a procedure that returns a value, at least one RETURN operation must be specified in the Calculation specifications of the procedure.
Recovery . . . : Change the procedure so it does not return a value, or specify a RETURN operation in the Calculation specifications of the procedure. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.