COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
Cause
One of these rules was violated:
• When a file name that appears in a SAME AREA clause also appears in a SAME RECORD
AREA clause, every other file name in that SAME AREA clause must also appear in the
SAME RECORD AREA clause.
• When a file name that appears in a SAME AREA clause also appears in a SAME SORT
AREA clause, every other file name in that SAME AREA clause must also appear in the
SAME SORT AREA clause.
111 (Error)
Too many MULTIPLE FILE TAPE clauses
Cause
A source program has more than 8 MULTIPLE FILE TAPE clauses.
112 (Error)
Too many file names
Cause
A source program has too many CONSULT, LIBRARY, and SEARCH files for the available
memory.
113 (Error)
file name permitted only once in MULTIPLE FILE TAPE clauses
Cause
The same file name appears more than once in a MULTIPLE FILE TAPE clause or in more than
one MULTIPLE FILE TAPE clause.
114 (Error)
File position required
Cause
A file name in a MULTIPLE FILE TAPE clause follows one or more other file names that have
explicit position numbers, but it does not have an explicit position number.
115 (Error)
Duplicate file position
Cause
Two or more file names in a MULTIPLE FILE TAPE clause have the same position number.
116 (Error)
MULTIPLE FILE TAPE clause requires sequential organization
Cause
A MULTIPLE FILE TAPE clause has a file name that is not described with sequential organization.
117 (Error)
Receive control table too large
Cause
The size of the receive control table as specified in the RECEIVE-CONTROL paragraph exceeds
62 KB (65,400 characters). Reduce table-length in the TABLE OCCURS phrase or reduce
another factor in these formulas, which determine the size of the receive control table:
Message List 1125










