RNF5415

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.