RNF3761

The return value on the procedure interface does not match the return value on the prototype.

20

Cause . . . . . : The definition of the return value for the procedure interface must match the definition of the return value specified for the prototype in every aspect, including the type, length, decimal positions, dimension and format. The return value defaults to the definition specified on the prototype.

Recovery . . . : Correct one of the return value definitions. Compile again.