COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-61
Message List
215 (094)
Cause. A LABELS attribute in a DEFINE command that refers to the file contains
other than OMITTED, BYPASS, ANSI, or IBM.
Effect. The OPEN statement is unsuccessful with I-O status code “90.”
Recovery. Before running this program again, verify that the DEFINE in the
environment is correct.
216 (095)
Cause. A USE attribute in a DEFINE command that refers to a file contains other than
OPEN, IN, OUT, or EXTEND.
Effect. The OPEN statement is unsuccessful with I-O status code “90.”
Recovery. Before running this program again, verify that the DEFINE in the
environment is correct.
217 (096)
Cause. A RECFORM attribute in a DEFINE command that refers to a file contains
other than F or U, or F is specified and variable length records are specified in the File
Description for the file, or U is specified and fixed length records are specified for the
file.
Effect. The OPEN statement is unsuccessful with I-O status code “90.”
Recovery. Before running this program again, verify that the DEFINE in the
environment is correct or correct the file description.
218 (097)
Cause. A RECLEN attribute in a DEFINE command that refers to a file contains more
than 6 digits, is not correctly formed, is negative, or is not the record size for fixed
length records.
Effect. The OPEN statement is unsuccessful with I-O status code “90.”
Wrong or missing LABELS attribute
Wrong or missing USE attribute
Wrong or missing RECFORM attribute
Wrong or missing RECLEN attribute