COBCH1881 - COBCH1900
Lists the Syntax Checking error messages from COBCH1881 through COBCH1900.
COBCH1881S With JVMSOURCEBASE, source file must contain only one outer type
COBCH1882S Type name does not correspond to source file name and location
COBCH1883S Source file is not in location specified by JVMSOURCEBASE directive
COBCH1886 Invalid use of ANY LENGTH item
An item defined with the ANY LENGTH clause has been used incorrectly within the Procedure Division.
COBCH1887 The maximum length in RECORD VARYING clause must be greater than minimum length
COBCH1888 Typedef is defined differently in another external program
A typedef definition of the same name, but with a conflicting definition, has been located in another external program.
COBCH1889 License failure: <failure-message>
A valid license could not be obtained during compilation.
COBCH1890 Record length of USING file > record length of SD. Truncation may occur at execution time.
When performing a SORT or MERGE operation, truncation may occur because the record length specified in the input file is greater than the record length specified in the sort file.
COBCH1891 Record length of SD > record length of GIVING file. Truncation may occur at execution time.
When performing a SORT or MERGE operation, truncation may occur because the record length specified in the sort file is greater than the record length specified in the output file.
COBCH1892 JSON PARSE INTO identifier contained a pointer, index or USAGE DISPLAY-1 data-item
COBCH1894 No type found with namespace namespace-name
The program declares a namespace using the ILUSING directive, but no type with that namespace has been found within the referenced assemblies. This is a warning only.
COBCH1895 Communication Facility not supported
The Communication Facility is obsolete and is not supported.
COBCH1896 No matching >>IF - ignored
There was no opening >>IF keyword found for either the >>ELSE or >>END-IF keywords.
COBCH1897 No matching >>EVALUATE - ignored
There was no opening >>EVALUATE keyword found for either the >>WHEN or >>END-EVALUATE keywords.
COBCH1898 Incompatible conditional compilation expressions
An expression within one of the ISO2002 conditional compilation directives contains incorrect logic.
COBCH1899 Invalid conditional compilation directive
Incorrect syntax specified for the IF or EVALUATE directives.
COBCH1900 Internal error - Code generation of SCREEN SECTION exceeded 65535 bytes
An internal limit has been reached for the SCREEN SECTION, due to a very large amount of CONTROL clauses in conjunction with a large number of LINES and attributes.
Parent topic:
Messages COBCH1801 - COBCH1900