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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-40
Message List
189 (Error)
Cause. The size of a data item exceeds the maximum size permitted for the Data
Division section in which it is defined.
190 (Error)
Cause. The file-control entry for a sort-merge file includes clauses other than the
SELECT and ASSIGN clauses.
191 (Error)
Cause. The file description entry of a file name that appears in a SAME AREA, SAME
RECORD AREA, or SAME SORT clause includes the EXTERNAL clause.
192 (Error)
Cause. The file description entry or a subordinate record description entry of a file
name that appears in a SAME RECORD AREA clause includes the GLOBAL clause.
193 (Error)
Cause. One of:
A file description entry includes the LINAGE clause, but the file organization is not
sequential.
A file description entry includes both the LINAGE clause and ALTERNATE
RECORD KEY clauses.
01 or 77 level data item too large for section
Described with clauses not permitted for sort-merge file
EXTERNAL clause not compatible with SAME clause
GLOBAL clause not compatible with SAME RECORD AREA clause
LINAGE permitted only for sequential organization with no
record keys