COBCH2353 JVM constant pool limit exceeded - try compiling with directive ilstringload(1)

Whilst generating a Java class, the number of strings attempting to be created has exceeded the permissible limit.

To circumvent this limit, you can recompile with the ILSTRINGLOAD"1" directive, where strings to be defined in a class are placed in a COBOL-specific backing file, where they are converting into strings at run time.