COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-11
Message List
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.
36 (Warning or Error)
Cause. Warning: A COBOL reserved word is the text-name or library-name in a
COPY statement.
Error: A COBOL reserved word is in an improper context. Usually this message
reports the use of a noncritical reserved word (one defined in an unsupported language
module) as a user-defined word.
37 (Error)
Cause. A PICTURE character-string is specified as a nonnumeric literal.
38 (Warning)
Cause. One of:
A comma, semicolon, or period character is not followed by the space needed to
make it a separator.
A character-string is not followed by an appropriate separator.
Numeric literal exceeds 18 digits
Word exceeds 30 characters
Word ends with '-'
Improper use of reserved word
Do not quote PICTURE string
Missing separator