COBOL Manual for TNS/E Programs (H06.03+)
Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
47-5
Message List
4 (Failure)
Cause. The compiler cannot initialize the indicated EDIT file for reading. xxxx is the
type of compiler file (source or copy). file-name is the external form of the file
name. ddd is the error code describing the problem. A negative ddd value indicates a
format error in the file. A nonnegative value indicates a Guardian file management
error.
5 (Failure)
Cause. The compiler cannot read a record from the EDIT file indicated. xxxx is the
type of compiler file (source or copy). file-name is the external form of the file
name. ddd is the Guardian file management error code describing the problem.
6 (Failure)
Cause. The compiler cannot read a record from the file named file-name. xxxx is
the type of compiler file (source or work). file-name is the external form of the file
name. ddd is the file management error code that the operating environment returned.
7 (Failure)
Cause. The compiler cannot write a record to the file named file-name. xxxx is the
type of compiler file (list or work). file-name is the external form of the file name.
ddd is the file management error code that the operating environment returned.
8 (Failure)
Cause. The compiler cannot perform a miscellaneous input-output operation on the
file named file-name. xxxx is the type of compiler file (list or work). file-name is
the external form of the file name. ddd is the file management error code that the
operating environment returned.
OPEN edit failure on xxxx file (file-name): ddd
READ edit failure on xxxx file (file-name): ddd
READ failure on xxxx file (file-name): ddd
WRITE failure on xxxx file (file-name): ddd
I/O failure on xxxx file (file-name): ddd










