Resolution:
Either remove the offending code or recompile for JVM COBOL code.
Example:
The following example shows code that produces this error when compiled for native code:
01 x1 pic x(20). move type System.String::Concat("Hello" " everyone") to x1 display x1