is one of the option of the cobol compiler
NOCOMPILE(W), NOCOMPILE(E), and NOCOMPILE(S) -for level W
(warning), level E (error), and level S (severe error) diagnostics, respectively- request a conditional full compilation (i.e., diagnostics and object code), with object code generation (but not diagnostics) to stop when an error of the level specified (or higher) is encountered.
so to understand what is going on You have to look at the FULL listings of the PROCESS
at first glance seems that some program compiled sucessfully,
others were not compiled due the compilation stopped by SEVERE errors
but as I said, nobody will be able to tell without looking at the listings