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
COBCH2374 Incorrectly declared local
The syntax used to declare a local variable is incorrect.
COBCH2375 ENCODING value invalid for XML/JSON data type
The ENCODING clause contains an invalid encoding for the source XML/JSON.
COBCH2376 External name for function expected with ENTRY-NAME IS LONGMIXED
An external name is missing from a function that specifies the ENTRY-NAME IS LONGMIXED clause.
COBCH2377 Illegal use of reference modification
Code contains reference modification syntax which is incorrect.
COBCH2378 Cannot be used in a static context
The
self
or
super
syntax has been used incorrectly within a static method.
COBCH2379 Directive <dir-1> not supported under Community Edition
The specified directive is not supported in this version of the product.
COBCH2380 A parameterized section cannot be a receiving item
A parameterized section has been specified as a receiving item.
Parent topic:
Messages COBCH2301 - COBCH2400