COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-67
Message List
Each occurrence of this error produces a message on the home terminal or in the
execution log.
234
(124)
Cause. The Guardian file system reported error nnn during execution of a close
operation.
Effect. The CLOSE statement is unsuccessful with I-O status “30.”
Recovery. Type ERROR nnn to see the meaning of the Guardian error; it may
indicate corrective action.
235 (126)
Cause. The file name specified in a READ REVERSED statement is assigned to a
physical file that cannot be read in reverse; that is, one of:
•
A nondisk file
•
A disk file for which preread was selected
•
A disk file that is an edit file for ENV OLD
•
A disk file that is an edit file for ENV COMMON or for native HP COBOL with the
NONSTOP directive active
•
An unstructured disk file that is blocked
Effect. The READ statement is unsuccessful with I-O status “30.”
Recovery. One of:
•
If the physical file is not a disk file, use a disk file instead.
•
If preread is selected, cancel it (for example, add SHARED to the OPEN statement
that opens the file, or open the file in I-O mode rather than INPUT mode).
•
Use something other than an edit file.
•
Remove BLOCK CONTAINS from the unstructured file FD.
CLOSE operation failed with error nnn
The CLOSE operation failed with Guardian error nnn
REVERSED not allowed for this file