The CLASS keyword is required with datatype O.
30
Cause . . . . . : When defining fields of type O, the CLASS keyword must be specified. The parameter to the CLASS keyword specifies the type of object being defined. The CLASS keyword is also required when defining a parameter of type O and when prototyping a method with a return value of type O.
Recovery . . . : Add the CLASS keyword to the specification. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.