RNF3774

Specified passing mode is not the same on prototype and procedure interface definitions.

20

Cause . . . . . : The VALUE keyword must be present or not present on both the parameter definitions for the prototype and the procedure interface. The passing mode defaults to that specified on the prototype.

Recovery . . . : Correct the VALUE keyword on the parameter definition for the prototype or the procedure interface. Compile again.

Technical description . . . . . . . . : If the VALUE keyword is specified, the parameter is passed by value. If the keyword is not specified, the parameter is passed by reference.