STATIC can only be specified for Java methods.
30
Cause . . . . . : Only Java methods can be static. When prototyping a function, the STATIC keyword is not allowed.
Recovery . . . : Remove the STATIC keyword. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.