COBCH2341 - COBCH2360
Lists the Syntax Checking error messages from COBCH2341 through COBCH2360.
COBCH2341 Size too large for JAVA-CALLABLE and NOP64
The Java program has attempted to pass a data item (BY VALUE) that is too large for the 32-bit COBOL program.
COBCH2342 Directory location specified in JAVA-OUTPUT-PATH does not exist
The location specified by the JAVA-OUTPUT-PATH directive does not exist.
COBCH2343 Failure to create package directories during JAVA-CALLABLE/JAVA-SHAREABLE processing
The package folder structure cannot be created during compilation.
COBCH2344 Failure to create file during JAVA-CALLABLE/JAVA-SHAREABLE processing
A COBOL-generated Java source file cannot be created during compilation.
COBCH2345 Failure to write to file during JAVA-CALLABLE/JAVA-SHAREABLE processing
A COBOL-generated Java source file cannot be written to during compilation.
COBCH2346 Value specified in JAVA-PACKAGE-NAME is not a valid java package name
The JAVA-PACKAGE-NAME directive has been specified with an invalid value.
COBCH2347 JAVA-SHAREABLE option is missing or invalid
The JAVA_SHAREABLE source directive has been specified incorrectly.
COBCH2348 JAVA-SHAREABLE already in OFF state
The Compiler has encountered a JAVA-SHAREABLE OFF source directive without a preceding JAVA-SHAREABLE ON directive.
COBCH2349 Invalid JAVA-CALLABLE suboption
The JAVA-CALLABLE directive has been specified with an invalid argument.
COBCH2350 Failure to open <file-1> file during JAVA-CALLABLE/JAVA-SHAREABLE processing
A COBOL-generated Java source file cannot be opened during compilation.
COBCH2351 Failure to read <file-name1> file during JAVA-CALLABLE/JAVA-SHAREABLE processing
A COBOL-generated Java source file cannot be processed during compilation.
COBCH2352 PROGRAM-ID cannot be used as native Java method name with JAVA-CALLABLE
The PROGRAM-ID does not adhere to the naming conventions allowed for a native Java method.
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.
COBCH2354 Non-unique data items are not compatible with JAVA-SHAREABLE
Items within a JAVA-SHAREABLE block are not all unique.
COBCH2355 JAVA-SHAREABLE not allowed in a nested program
A JAVA-SHAREABLE block has been applied to working-storage for a nested program.
COBCH2356 BY REFERENCE ignored for this type when called from Java
An immutable Java item has been passed to the COBOL program BY CONTENT.
COBCH2357 The Java application will assume JAVA-SHAREABLE sliding data item is at a fixed location
A block of working-storage marked as JAVA-SHAREABLE contains an item using the OCCURS DEPENDING ON clause.
COBCH2358 Object reference not allowed in RETURNING phrase
COBCH2359 COBOL data-names starting with digits cannot be used with JAVA-SHAREABLE
A data item that has a name starting with a numeric has been specified within a JAVA-SHAREABLE block.
COBCH2360 Program cannot be split to conform with JVM method size restraints
JVM method cannot be created due to the size of a perform range in the source program.
Parent topic:
Messages COBCH2301 - COBCH2400