COBOL Manual for TNS/E Programs (H06.03+)
Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
47-93
Message List
604 (Error)
Cause. One of:
•
A CALL or ENTER statement calls a program, specifying the object file that
contains the program, but that object file cannot be read.
•
A CALL or ENTER statement calls a program without specifying the object file that
contains it, and one of the object files on the search list(s) cannot be read.
605 (Error)
Cause. The compiler does not accept this directive, although it does accept its
opposite (for example, the compiler accepts CONSULT, SEARCH, and SQL, but not
NOCONSULT, NOSEARCH, or NOSQL).
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.
Error reading object file
The NO prefix is not allowed on this directive
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










