COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-10
Message List
28 (Error)
Cause. One of:
A division header is followed by other text on the same source line.
A section header is followed by other text on the same source line (other than a
USE statement).
The DECLARATIVES or END DECLARATIVES header is followed by other text on
the same source line.
A compiler directive that must be the last one on its line is followed by other text on
the same directive line.
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.
Text not permitted here
Missing quote character
Null literal
Literal exceeds 160 characters
Token exceeds 160 characters