COBCH2347 JAVA-SHAREABLE option is missing or invalid

The JAVA_SHAREABLE source directive has been specified incorrectly.

Correct the variable to state a valid argument - the permissible values are ON and OFF.

       ...
       working-storage section.
       >>JAVA-SHAREABLE ON 
       01 grp1.
          03 i1 pic x.
          03 i2 pic 9.
       >>JAVA-SHAREABLE OFF
       01 grp2.
          03 p1 pic x.
          03 p2 pic 9.       
       ...