COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

Cause
The compiler either cannot initiate or cannot terminate spooler processing for its list file.
file-name is the external form of the file name. ddd is the error code describing the problem
(explained in documentation of the SPOOLSTART and SPOOLEND procedures).
10 (Failure)
Unable to allocate compiler data space: ddd
Cause
The compiler cannot allocate its extended data segment. ddd is the error code describing the
problem (explained in the documentation of the ALLOCATESEGMENT procedure).
11 (Failure)
Source line exceeds 132 characters
Cause
A source file or COPY library file contains more than 132 characters.
12 (Failure)
Improper context for source text directive
Cause
One of:
The reserved word COPY appears where it is not expected (for example, within COPY
library text).
The reserved word REPLACE appears where it is not expected (for example, within source
text produced by the editing activities of a REPLACE statement).
13 (Failure)
Expected IDENTIFICATION
Cause
The source program does not begin with an Identification Division header.
14 (Failure)
End of file reached during error recovery
Cause
The compiler reached the end of the source file during an attempt to recover from a syntax error.
This usually occurs in one of these situations:
A syntax error is near the end of the source file, so the remaining text does not provide
enough context for the compiler to decide how to recover.
A syntax error is such that the compiler fails to discover an acceptable method of recovery
and flushes the remaining source text.
15 (Failure)
Compiler internal resource failure
Cause
The compiler cannot continue execution because it has exhausted some internal resource. The
message can have one of these suffixes:
- statement nesting too deep
- editing space overflow
- too much pseudo text
1110 Compiler Diagnostic Messages