COBCH1941 - COBCH1960
Lists the Syntax Checking error messages from COBCH1941 through COBCH1960.
COBCH1941 XFD <var-1> already specified for this file - ignored
COBCH1942E Number of elements declared in variable differs from number of elements in value
The number of elements declared for a table does not match the number of elements specified in its corresponding value clause.
COBCH1943 Minimum required Java version is version_num.
You are attempting to compile a JVM COBOL program with a version of Java that doesn't meet the specified minimum version.
COBCH1944 ANY LENGTH item cannot be a property parameter
An item defined with the ANY LENGTH clause has been specified as a property parameter, which is not currently supported.
COBCH1945 Target directory for IDY file does not exist (verify COBIDY setting)
The
.idy
file could not be created.
COBCH1948 Not allowed in file section
The qualifier is not allowed on a data entry in the file section.
COBCH1949 Cannot access object file from a static method or field
When inside a static method, only a file that is itself marked as static can be referenced.
COBCH1954 Failed to find managed resource file resource-name
A resource has been specified that cannot be found.
COBCH1956 Prototype not declared
COBCH1958 An external floating point item is not allowed in the SCREEN SECTION with USING or TO
A screen section item with the USING or TO clause cannot be declared as external floating point.
Parent topic:
Messages COBCH1901 - COBCH2000