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

31 (Error)
Literal exceeds 160 characters
A nonnumeric literal contains more than 160 characters.
32 (Error)
Token exceeds 160 characters
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)
Numeric literal exceeds 18 digits
Cause
A numeric literal contains more than 18 digits.
34 (Error)
Word exceeds 30 characters
Cause
A COBOL word contains more than 30 characters.
35 (Error)
Word ends with '-'
Cause
The last character of the indicated COBOL word is a hyphen.
36 (Warning or Error)
Improper use of reserved word
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)
Do not quote PICTURE string
Cause
A PICTURE character-string is specified as a nonnumeric literal.
38 (Warning)
Missing separator
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.
Message List 1113