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

127 (Error)
Not permitted after variable occurrence table
Cause
Within a record description, a data description entry that includes an OCCURS clause with the
DEPENDING phrase is followed by a data description entry with a lesser level-number.
128 (Error)
FILLER not permitted for 01 level external data item
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)
FILLER not permitted for 01 level global data-name
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)
FILLER not permitted for this level-number
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)
Redefined data item not found
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)
Redefined data item has conflicting level-number
Cause
The data item to be redefined does not have the same level-number as the redefinition data item.
133 (Error)
Redefined and redefinition data items not subordinate to same levels
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)
Redefined data item is a redefinition
Message List 1127