COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
189 (Error)
01 or 77 level data item too large for section
Cause
The size of a data item exceeds the maximum size permitted for the Data Division section in
which it is defined.
190 (Error)
Described with clauses not permitted for sort-merge file
Cause
The file-control entry for a sort-merge file includes clauses other than the SELECT and ASSIGN
clauses.
191 (Error)
EXTERNAL clause not compatible with SAME clause
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)
GLOBAL clause not compatible with SAME RECORD AREA clause
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)
LINAGE permitted only for sequential organization with no record keys
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.
194 (Error)
Logical page too large
Cause
The sum of the top margin, page body, and bottom margin of a logical page exceeds 9999
lines.
195 (Error)
CODE-SET permitted only for sequential organization
Cause
A file is described with the CODE-SET clause, but it does not have sequential organization, as
it must.
196 (Error)
Referenced alphabet-name not permitted in this context
Message List 1135










