COBCH1810 Cannot specify a namespace in nested type names

The program includes a nested class, the name of which contains a namespace, for example, the period (.) character. This is not allowed.

Resolution:

Correct the code; then recompile.

Example:

The following example, shows a nested class, class-id c.d., that contains a namespace (.) in a nested type name.

       class-id a.b.
       class-id c.d.
       end class.
       end class.