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

Cause
The program tried to access a file that was described with sequential organization randomly or
dynamically.
104 (Error)
PADDING clause permitted only for sequential organization
Cause
A file that does not have sequential organization has a PADDING clause in its file-control entry.
105 (Error)
RECORD DELIMITER clause permitted only for sequential organization
Cause
A file that does not have sequential organization has a RECORD DELIMITER clause in its file-control
entry.
106 (Error)
Expected local file name
Cause
The indicated name is not defined in a file-control entry of the current source program.
107 (Warning)
Duplicate file-name in SAME clause
Cause
A file name appears more than once in a single SAME AREA, SAME RECORD AREA, or SAME
SORT AREA clause.
108 (Error)
File name permitted in only one SAME clause
Cause
One of:
A particular file name appears in more than one SAME AREA clause.
A particular file name appears in more than one SAME RECORD AREA clause.
A particular sort-merge file name appears in more than one SAME SORT AREA clause.
109 (Warning or Error)
Expected two or more file names
Cause
Warning: The SAME AREA, SAME RECORD AREA, or SAME SORT AREA clause contains fewer
than two file names.
Error: The USING phrase in a MERGE statement contains fewer than two file names.
110 (Error)
Inconsistent with other SAME clause
1124 Compiler Diagnostic Messages