COBCH1883S Source file is not in location specified by JVMSOURCEBASE directive

Reported when a source file is located in some path but the top-level type does not belong to a package. For example, MyClass.cbl is located in com\microfocus\example\MyClass.cbl and the top level type does not belong to any package:

       class-id MyClass public.
       end class.