COBCH2361 - COBCH2380
Lists the Syntax Checking error messages from COBCH2361 through COBCH2380.
COBCH2361 Perform range starting from start of procedure division 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.
COBCH2362 Perform range starting from section <section_name> 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.
COBCH2363 Perform range starting from paragraph <paragraph_name> 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.
COBCH2364 Perform range starting from entry <entry_name> 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.
COBCH2367 Functional performs cannot be used in this context
The native COBOL Compiler is unable to process the statement, which includes use of functional performs.
COBCH2368 Under DIALECT ENTCOBOL, JAVA-SHAREABLE data item names cannot exceed 26 characters
The name of a COBOL item that is within a JAVA-SHAREABLE block exceeds the permitted length for the current dialect.
COBCH2369 JAVA-SHAREABLE binary data items which are not of byte length 2, 4 or 8 must be compiled with IBMCOMP
COBCH2370 ENTRY statement not allowed in a parameterized section
An ENTRY statement has been included in a parameterized section.
COBCH2371 Paragraph <paragraph-name> in section with parameters or locals cannot be separately performed
COBCH2372 Parameterized section requires parameter list in parentheses
Parent topic:
Messages COBCH2301 - COBCH2400