COBCH2356 BY REFERENCE ignored for this type when called from Java
An immutable Java item has been passed to the COBOL program BY CONTENT.
If such items are updated in the COBOL program, their updated values will not be reflected back in the Java program. It will
be as if the item was passed BY CONTENT.