COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
Cause
One of:
• A character has more than one collating position in a character set.
• A character appears more than once in the first operand of the CONVERTING phrase in
an INSPECT statement.
• A section-name appears more than once in a SOURCE directive.
96 (Error)
Too many or too few values
Cause
The number of values in the SYMBOLIC CHARACTER clause differs from the number of
symbolic-characters being defined.
97 (Error)
Improper currency symbol
Cause
Either the alternative currency symbol specified is not a single character or the given character
is not permitted in this context.
98 (Error)
Missing ASSIGN clause
Cause
A file-control entry does not have an ASSIGN clause.
99 (Error)
Missing relative key
Cause
The description of a file with relative organization and either random or dynamic access does
not have a RELATIVE KEY clause.
100 (Error)
Missing record key
Cause
The description of a file with indexed organization does not have a RECORD KEY clause.
101 (Error)
Relative key permitted only for relative organization
Cause
A file that does not have relative organization has a RELATIVE KEY clause in its file-control entry.
102 (Error)
Record key permitted only for indexed organization
Cause
A file that does not have indexed organization has a RECORD KEY clause in its file-control entry.
103 (Error)
Sequential organization requires sequential access
Message List 1123










