EMS Manual

Compiled Filters
EMS Manual426909-005
5-49
Compiler Errors and Warnings
Recovery. None needed.
Cause. The compiler received error err while attempting to rename a file but was
able to recover.
Effect. The file is not renamed, but the compiler continues.
Recovery. None needed.
Cause. The indicated compiler directive does not exist or is misspelled.
Effect. The command is not executed, but the compiler continues.
Recovery. None needed.
Cause. The indicated file name contains a syntax error.
Effect. The command referencing the file name does not execute, but the compiler
continues.
Recovery. None needed.
Cause. The file name in a ?SOURCE compiler directive is incorrect.
Effect. The directive is not carried out, but the compiler continues.
Recovery. None needed.
Cause. The compiler could not use the specified object filename old-file, so it
renamed the object file to ZZEFnnnn new-file.
Effect. The file is renamed and the compiler continues.
Recovery. None needed.
Cause. The indicated comparison is not defined for file names. You can use only = or
<> in file name comparisons.
*** Warning *** Failed to rename old-file to new-file
(error err)
*** Warning *** Invalid compiler command - command
*** Warning *** Invalid file name
*** Warning *** Invalid source file name
*** Warning *** Renamed old-file to new-file
*** Warning *** This relational operator won't work on file
names