COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
78
EDITREAD failed ( error )
Cause
A call to EDITREAD failed. In CRE message 78, error, if present, gives the reason for the failure.
Possible values of error are:
Error NameError Code
End-of-file marker encountered-1
I-O error-2
Text file format error-3
Sequence number error-4
Checksum error-5
Invalid buffer address-6
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, there
is a text file format error. Re-create the file. If the code is -4, there is a sequence number error.
Use EDIT, TEDIT, or Codewright to correct the file. If the code is -5, there is a checksum error.
Re-create the file.
79
OpenEdit failed ( error )
Cause
The call to OpenEdit made during the OPEN processing for an EDIT file failed with Guardian
error or nnn. A negative number is a format error. A positive number is a Guardian file system
error.
Effect
The OPEN statement is unsuccessful with I-O status code “30”.
Recovery
Use the command interpreter ERROR command to discover the meaning of the Guardian error
number. The message might suggest a corrective action.
80
Spooler initialization failed ( error )
Cause
A Guardian error or nnn was returned during the initialization of a spooler file during a
special OPEN operation.
Effect
The ENTER "COBOL85_SPECIAL_OPEN_" is unsuccessful with I-O status code “30.”
Recovery
You can use the command interpreter ERROR command to discover the meaning of the Guardian
error number. The message might suggest a corrective action.
81
End of file
Message List 1195










