COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-34
Message List
77
(033)
Cause. A call to EDITREADINIT failed. In CRE message 77, error, if present, gives
the reason for the failure. Possible values of error are:
In COBOL message 033, the program attempted to open an EDIT file, and the call to
EDITREADINIT failed. The returned code is -n.
Effect. The OPEN statement is unsuccessful with I-O status code “91.”
Recovery. If the code is -2, there was an input-output error; try the statement again. If
the code is -3, the file is not an EDIT file. Assign the correct file. If the code is -4 there
is a sequence number error. Use EDIT, TEDIT, or Codewright to correct the file.
78
(062)
Cause. A call to EDITREAD failed. In CRE message 78, error, if present, gives the
reason for the failure. Possible values of error are:
EDITREADINIT failed ( error )
OPEN on an EDIT file and EDITREADINIT failed with code -n
Error Code Error Name
-1 End-of-file marker encountered
-2 I-O error
-3 Text file format error
-6 Invalid buffer address
EDITREAD failed ( error )
EDITREAD failed with code -n
Error Code Error Name
-1 End-of-file marker encountered
-2 I-O error
-3 Text file format error
-4 Sequence number error
-5 Checksum error
-6 Invalid buffer address