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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-6
Message List
9 (Failure)
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)
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)
Cause. A source file or COPY library file contains more than 132 characters.
12 (Failure)
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)
Cause. The source program does not begin with an Identification Division header.
Spooler failure on list file (file-name): ddd
Unable to allocate compiler data space: ddd
Source line exceeds 132 characters
Improper context for source text directive
Expected IDENTIFICATION