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

222 (Error)
Depending item not found
Cause
A name referenced in the DEPENDING phrase of an OCCURS or RECORD clause is not defined.
223 (Error)
Depending item not simple unsigned integer
Cause
The DEPENDING phrase of a RECORD clause references either an object that is not an unsigned
integer data item or an object that is a table or special register.
224 (Error)
Depending item not simple integer
Cause
The DEPENDING phrase of a OCCURS clause references either an object that is not an integer
data item or an object that is a table or special register.
225 (Error)
Depending item in improper section
Cause
The data item referenced in the DEPENDING phrase of a RECORD clause is not defined in the
Working-Storage, Extended-Storage, or Linkage Section.
226 (Error)
Depending item not external
Cause
The DEPENDING phrase of an OCCURS or RECORD clause for an external data item or an
external file references a data item that is not external.
227 (Error)
Depending item not global
Cause
The data item in the DEPENDING phrase of an OCCURS clause controls the number of
occurrences of a table that has a global data-name, but the data item itself does not have a
global data-name, as it must.
228 (Error)
Depending item within its table
Cause
The data item in the DEPENDING phrase of an OCCURS clause is defined within the space of
the table whose number of occurrences it controls.
229 (Error)
Message source item not found
Cause
The MESSAGE SOURCE references an undefined name.
Message List 1139