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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-7
Message List
14 (Failure)
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)
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
- too many editable lines
- too many edited lines
If the message has the suffix
- statement nesting too deep
rewrite the statement, reducing the number of nested scopes.
Use PARAM SYMBOL-BLOCKS to allocate more space.
If PARAM SYMBOL-BLOCKS does not solve the problem, and the program uses
COPY, REPLACE, or both COPY and REPLACE:
Reduce the size of the pseudotext or literal in the REPLACE statement or
REPLACING phrase.
Use REPLACE OFF when replacement is no longer needed.
Reduce the number of contiguous comment lines that can be read while COPY
LIBRARY or REPLACE is active.
Avoid having COPY and REPLACE active at the same time.
End of file reached during error recovery
Compiler internal resource failure