COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-31
Message List
133 (Error)
Cause. A redefined data item is a subordinate of a file description entry and/or one or
more data structure description entries, but the redefinition item is not a subordinate of
these entries.
134 (Error)
Cause. The program tried to redefine a data item that was described with a
REDEFINES clause. (A subordinate of a redefinition can be redefined unless it is also
described with a REDEFINES clause.)
135 (Error)
Cause. The data description entry of a redefinition was separated from the data
description entry of the redefined item by another data description entry with the same
level-number, and the intervening entry did not redefine the same data item.
136 (Error)
Cause. The program tried to redefine a table or a data structure with a variable size.
137 (Error)
Cause. Two different records in the same source program have the same record-
name and both have the EXTERNAL attribute. Only one can have the EXTERNAL
attribute.
138 (Error)
Cause. A record item described with a REDEFINES clause has the EXTERNAL
clause.
Redefined and redefinition data items not subordinate to same
levels
Redefined data item is a redefinition
Redefined data item not preceding item at this level
Redefined data item is table or has variable size
Name conflict with other 01 level external data item
Redefinition not permitted for 01 level external data item