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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-82
Message List
427 (Error)
Cause. A national data item or national literal appears where it is not permitted.
428 (Error)
Cause. A literal or data item that is not in the national class appears where all the
literals and data items must be in the national class.
429 (Error)
Cause. In a conditional statement, a national data item or national literal is compared
to something other than another national data item or national literal.
430 (Error)
Cause. A literal or data item that is not in the national class appears where all the
literals and data items must be in the national class.
440 (Error)
Cause. A program in a user library references an external file.
441 (Error)
Cause. A program in a user library references an external data item.
442 (Error)
Cause. A main program is in a user library.
Multi-byte not permitted in this context
Literal and data item must both be multi-byte
Can only compare multi-byte type to multi-byte type
Expecting multi-byte data item or literal
External file not allowed in library object
External data item not allowed in library object
Library object cannot contain a main program