COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

The file file-name is specified as a SEARCH file, but it was not created by a compilation
with symbols specified.
The file file-name is specified as a COPY library, but its attributes are inappropriate for
a COPY file (file-name is not an EDIT file or has been modified since the start of the
current compilation).
The default COPY library named file-name in the command that called the compiler has
improper punctuation or its content does not have the form of a disk file name.
The file file-name is specified as the compiler listing, but it’s attributes ar inappropriate
for a compiler listing (the device type does support write operations, the record length is
too short, the file is an EDIT file or a keyed-access disk file, and so on).
4 (Failure)
OPEN edit failure on xxxx file (file-name): ddd
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)
READ edit failure on xxxx file (file-name): ddd
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)
READ failure on xxxx file (file-name): ddd
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)
WRITE failure on xxxx file (file-name): ddd
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)
I/O failure on xxxx file (file-name): ddd
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.
9 (Failure)
Spooler failure on list file (file-name): ddd
Message List 1109