COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-46
Message List
223 (Error)
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)
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)
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)
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)
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)
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.
Depending item not simple unsigned integer
Depending item not simple integer
Depending item in improper section
Depending item not external
Depending item not global
Depending item within its table