COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
67 (Error)
Expected single character
Cause
The indicated nonnumeric literal contains more than one character, which is not allowed in this
context.
69 (Error)
Expected alphabet-name
Cause
One of:
• The alphabet-name specified in the PROGRAM COLLATING SEQUENCE clause is not
defined.
• A reference that must identify an alphabet-name does not.
70 (Error)
Expected file name
Cause
A reference that must identify a file name does not.
71 (Error)
Expected symbolic character
Cause
The indicated COBOL word appears in a context where a symbolic-character is expected, but
it does not identify one.
72 (Error)
Expected section-name
Cause
One of:
• The section-name parameter is missing from a SECTION directive.
• The text-name specified in a COPY statement is not a section-name in the COPY library.
• A section-name specified in a SOURCE directive is not in the source library.
73 (Error)
Improper range
Cause
One of:
• The first value in a numeric range exceeds the last value (or is equal to the last value in a
context in which it must be less).
• The first value in a nonnumeric range is greater than the last value.
74 (Error)
Too many actual parameters
Message List 1119










