COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-26
Message List
107 (Warning)
Cause. A file name appears more than once in a single SAME AREA, SAME
RECORD AREA, or SAME SORT AREA clause.
108 (Error)
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)
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)
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)
Cause. A source program has more than 8 MULTIPLE FILE TAPE clauses.
Duplicate file-name in SAME clause
File name permitted in only one SAME clause
Expected two or more file names
Inconsistent with other SAME clause
Too many MULTIPLE FILE TAPE clauses