You cannot override a static method or property. You must either remove the OVERRIDE clause, or remove the STATIC keyword from the method or property indicated.
class-id Canine inherits type Animal. 01 aSize string STATIC PROPERTY OVERRIDE. *> cannot override this property method-id FeedHabit STATIC OVERRIDE. *> cannot override this method ... end method. end class.