COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-94
Message List
606 (Warning)
Cause. ACCESS MODE STANDARD is specified for a data item described in the
Linkage Section, and the data item is not referenced in the USING phrase of the
PROCEDURE DIVISION header. Delete the ACCESS MODE phrase.
607 (Error)
Cause. A hexadecimal literal has more than 64 bits (16 hexadecimal digits).
608 (Error)
Cause. A statement with a CORRESPONDING phrase has more than 255 matching
pairs. Simplify the data structures.
610 (Error)
Cause. A data item described as USAGE POINTER is specified where it is not
allowed.
611 (Error)
Cause. A statement (for example, SET) expects either an index data item or a pointer
data item as a sending or receiving operand.
612 (Error)
Cause. A statement expects a pointer data item as a sending or receiving operand.
ACCESS MODE STANDARD is ignored for a non-parameter data item
in the linkage section
Numeric hexadecimal literal exceeds 16 hex digits
More than 255 corresponding pairs
Pointer data item not permitted
Expected index or pointer data item
Expected pointer data item