skip to main content

Compiler Errors

Compiler Errors
The isCOBOL Compiler produces a wide range of informative messages, including different kind of Errors and Warnings.
Each message is preceded by its type.
Severe Errors inhibit the production of the final object. Errors, Informationals and Warnings, instead, let the compilation complete.
Each message is followed by information about file name, row and column where the error has been found.
The following list contains the most common messages produced by the Compiler during the parsing of the cobol code.
The specific function is not available. See Intrinsic Functions for the list of all supported internal functions.
The program tests a Compiler constant that has not been defined. See Compiler Directives for details about Compiler constants definition and testing.
An END-statement has been found, but there is no matching statement above of it.
01 flag.
The regular expression specified by iscobol.compiler.regexp property is not valid. The number of strings in the value can’t be odd.
If the parsing of the cobol code completes correctly, the isCOBOL Compiler invokes the Java Compiler in order to generate the final class file.
During this second phase of the compilation process, the following error messages may show up.
 

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left