The STATIC keyword is not allowed on the procedure interface for this procedure.
20
Cause . . . . . : The STATIC keyword was not specified on the prototype for this procedure, so it may not be specified on the procedure interface. The STATIC keyword is ignored.
Recovery . . . : Remove the STATIC keyword from the procedure interface specification. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.