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.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.