COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-35
Message List
In COBOL message 062, the program attempted to read an EDIT file, and the call to
EDITREAD 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, 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
(110)
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
(104)
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” or 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.
OpenEdit failed ( error )
OpenEdit failed with error nnn
Spooler initialization failed ( error )
Spooler initialization failed with error nnn