COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
350 (Error)
File set conflict from xxxx
Cause
A SORT or MERGE statement specifies conflicting files. xxxx is one of these phrases:
MeaningPhrase
The same file name appears more than once in a MERGE statement.duplicate file names
Two or more file names specified in one SAME AREA clause appear in a MERGE
statement or in the GIVING phrase of a SORT statement.
SAME AREA clause
Two or more file names specified in one SAME RECORD clause appear in the
USING phrase of a MERGE statement.
SAME RECORD clause
Two or more file names specified in one MULTIPLE FILE TAPE clause appear in a
MERGE statement or in the GIVING phrase of a SORT statement.
MULTIPLE FILE TAPE clause
351 (Error)
KEY phrase not permitted for sequential access
Cause
The KEY phrase applies to a file whose access is not sequential.
352 (Error)
KEY phrase not compatible with NEXT phrase
Cause
The KEY phrase appears with a NEXT phrase.
353 (Error)
KEY item not found within file record
Cause
The reference in the KEY phrase does not identify a key of the specified file.
354 (Error)
Length of combined keys exceeds 253 characters
Cause
In a file-control entry with multiple keys, the sum of the lengths of the keys exceeds 253 characters.
This is not applicable for INDEXED organization.
355 (Error)
File has no default prime key
Cause
The KEY phrase appears in a statement other than a START statement, and the file is neither
indexed nor described with a RELATIVE KEY phrase.
356 (Error)
Improper relation for this context
1156 Compiler Diagnostic Messages










