You can specify a program level limit for the number of error markers processed before the build process is stopped. This is specified in the COBOL build configurations. To modify the program level limit:
You can specify a limit to the number of problem error markers displayed as part of a build. By default, this is limited to 10,000. The maximum number of problem error markers displayed during a build is specified by the build.errors.limit system property. You can modify this property by editing it in the eclipse.ini file. This file can be found in the C:\Users\Public\Micro Focus\Enterprise Developer\eclipse (Windows) or /opt/microfocus/EnterpriseDeveloper/eclipse/eclipse (UNIX) folder. For example, add the following to the eclipse.ini file to limit the problem error markers to 1000.
-Dbuild.errors.limit=1000
Set the property value to 0 to specify that there is no project limit to the number of problem error markers displayed for a build.