COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-30
Message List
128 (Error)
Cause. A record data item that has no name, or is a FILLER data name, is either
described with the EXTERNAL clause or is subordinate to a file description entry that
includes the EXTERNAL clause.
129 (Error)
Cause. A record data item that has no name, or is a FILLER data name, is either
described with the GLOBAL clause or is subordinate to a file description entry that
includes the GLOBAL clause.
130 (Error)
Cause. One of:
•
A data description entry with level-number 66 or 77 does not include the data-
name.
•
A data description entry with level-number 88 does not include the condition-name.
131 (Error)
Cause. The reference in a REDEFINES clause does not identify a data item. (When a
REDEFINES clause appears in a record description, only that record is searched for
the redefined item.)
132 (Error)
Cause. The data item to be redefined does not have the same level-number as the
redefinition data item.
FILLER not permitted for 01 level external data item
FILLER not permitted for 01 level global data-name
FILLER not permitted for this level-number
Redefined data item not found
Redefined data item has conflicting level-number