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

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.
75 (Error)
Out of order
Cause
The indicated language element does not appear in the proper position within the source program.
76 (Error)
Duplicate phrase
Cause
The indicated phrase duplicates the function of a preceding one.
77 (Error)
Duplicate clause
Cause
The indicated clause duplicates the function of a preceding one.
78 (Error)
Duplicate paragraph
Cause
The indicated paragraph header duplicates a preceding one.
79 (Error)
Duplicate section
Cause
The indicated section header duplicates a preceding one.
80 (Error)
Clause not permitted in this context
Cause
The indicated clause cannot appear in the current entry.
81 (Error)
Not permitted within contained program
Cause
One of:
The Configuration Section is within a contained program.
The RECEIVE-CONTROL paragraph is within a contained program.
A program is not terminated by an END PROGRAM statement or an ENDUNIT directive.
82 (Error)
Too many keys
1120 Compiler Diagnostic Messages