COBCH1483 END METHOD for method method-name missing.

The method identified in the message was not terminated with an END METHOD before the end of source was met.

Resolution:

Add END METHOD sytax to properly terminate the METHOD; then recompile.

Example:

In the following example, the main static method is not terminated with end-method syntax. Add the end-method syntax.

       class-id a.
       method-id main static.