DSM Template Services Manual
TEMPL Errors
DSM Template Services Manual—427187-004
B-3
TEMPL Errors and Warnings
The compiler could not create the template object file due to filesys-errnum.
The compiler could not open the IN file, a SOURCE file, or the template object file due
to filesys-errnum.
The compiler could not read the IN file or a file mentioned in a SOURCE directive, as
indicated.
The compiler could not write the template object file because of the error mentioned.
The compiler issued a SETMODE to select cache buffering or to flush the buffers to
disk at the end of compilation. The SETMODE failed with the indicated error code.
The compiler could not find the file mentioned in the error message: the IN file, a file in
a SOURCE directive, or (rarely) the template object file. Check for a misspelled file
name.
The compiler opens IN and ?SOURCE files as read-only, protected. If the open attempt
is incompatible with a current open of the file by another program, this message
results. To correct this problem, coordinate your use of the file with the other users.
*** ERROR 8 -- CREATE of object file failed.
Err: filesys-errnum File: file-info
*** ERROR 9 -- OPEN of file-type file failed.
Err: filesys-errnum File: file-info
*** ERROR 10 -- READ of file-type file failed.
Err: filesys-errnum File: file-info
*** ERROR 11 -- WRITE of object file failed.
Err: filesys-errnum File: file-info
*** ERROR 12 -- SETMODE of object file failed.
Err: filesys-errnum File: file-info
*** ERROR 13 -- The file-type file was not found.
File: file-info
*** ERROR 14 -- The file-type file is in use by another
program.
File: file-info