In the following example, there is no compatible instance member to satisfy the display statement.
class-id schedStart. method-id main. declare runSched as type schedStart display runSched::messageStart end method. method-id messageStart static. ... end method. end class.
For more information on the visibility of members, see Access Modifiers.