COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-45
Message List
216 (Error)
Cause. The FILE STATUS clause references either an object that is not a fixed-size
two-character alphanumeric data item or an object that is a table or special register.
218 (Error)
Cause. The FILE STATUS clause references a data item that is defined in the File
Section.
219 (Error)
Cause. The LINAGE clause references an undefined name.
220 (Error)
Cause. The LINAGE clause references either an object that is not an unsigned integer
data item or an object that is a table or special register.
221 (Error)
Cause. The LINAGE clause for an external file references a data item that is not
external.
222 (Error)
Cause. A name referenced in the DEPENDING phrase of an OCCURS or RECORD
clause is not defined.
File status item not simple two character alphanumeric
File status in improper section
Linage control item not found
Linage control item not simple unsigned integer
Linage control item not external
Depending item not found