RNF3798

The STATIC keyword is expected on the procedure interface for this procedure.

20

Cause . . . . . : The STATIC keyword was specified on the prototype for this procedure, so it must also be specified on the procedure interface. The STATIC keyword is assumed.

Recovery . . . : Specify the STATIC keyword on the procedure interface specification. Compile again.