COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-4
Message List
Message List
Messages are listed in numeric order by message number, with message type
(warning, error, or failure) noted.
0 (Failure)
Cause. The compilers internal consistency checks found a logic error. Please report
this failure to your service provider.
1 (Failure)
Cause. The compiler cannot create one of its work files. file-name is the external
form of the file name. ddd is the file management error code returned by the operating
environment.
2 (Failure)
Cause. One of:
The compiler cannot open the file named file-name.
The file name parameter of the CONSULT, SEARCH, LIBRARY, or ERRORFILE
directive is either absent or does not have the form of a disk file name.
The xxxx parameter is the type of compiler file (source, copy, 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.
3 (Failure)
Cause. The compiler cannot use the file named file-name. xxxx is the type of
compiler file (source, SEARCH, COPY, or list). file-name is the external form of the
file name. Some causes of this failure are:
The file file-name does not exist.
The file file-name is not a disk file.
Compiler logic error
CREATE failure on work file (file-name): ddd
OPEN failure on xxxx file (file-name): ddd
Unable to use xxxx file (file-name)