Resolution:
Correct the code; then recompile.
Example:
The following example, shows an IMPLEMENTS phrase on a STATIC header.
class-id A.
static implements type IMyInterface.
end static.
end class.
interface-id IMyInterface.
end interface.