COBOL Manual for TNS/E Programs (H06.03+)
Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
47-10
Message List
29 (Error)
Cause. The terminating quotation-mark character (") is missing from a nonnumeric
literal.
30 (Error)
Cause. A nonnumeric literal contains no characters (has no textual value).
31 (Error)
A nonnumeric literal contains more than 160 characters.
32 (Error)
Cause. A character-string appears (to the compiler) to contain more than 160
characters. If the indicated text is intended to represent several consecutive language
elements, correct the problem by inserting space separators between them.
33 (Error)
Cause. A numeric literal contains more than 18 digits.
34 (Error)
Cause. A COBOL word contains more than 30 characters.
35 (Error)
Cause. The last character of the indicated COBOL word is a hyphen.
Missing quote character
Null literal
Literal exceeds 160 characters
Token exceeds 160 characters
Numeric literal exceeds 18 digits
Word exceeds 30 characters
Word ends with '-'










