COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-19
Message List
71 (Error)
Cause. The indicated COBOL word appears in a context where a symbolic-character
is expected, but it does not identify one.
72 (Error)
Cause. One of:
The section-name parameter is missing from a SECTION directive.
The text-name specified in a COPY statement is not a section-name in the COPY
library.
A section-name specified in a SOURCE directive is not in the source library.
73 (Error)
Cause. One of:
The first value in a numeric range exceeds the last value (or is equal to the last
value in a context in which it must be less).
The first value in a nonnumeric range is greater than the last value.
74 (Error)
Cause. One of:
A CALL statement specifies more parameters in its USING phrase than
HP COBOL supports.
An ENTER statement specifies more parameters in its USING phrase than the
routine expects.
Expected symbolic character
Expected section-name
Improper range
COBOL85 Compiler:
Too many or too few parameters
NMCOBOL Compiler:
Too many actual parameters